mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 05:52:11 +00:00
7 lines
79 B
Python
7 lines
79 B
Python
|
|
import uvloop
|
||
|
|
|
||
|
|
async def main():
|
||
|
|
print("Hello world!")
|
||
|
|
|
||
|
|
uvloop.run(main())
|