Init.
This commit is contained in:
commit
a40d71d8d4
9 changed files with 344 additions and 0 deletions
8
demo/simple.py
Executable file
8
demo/simple.py
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env -S python3
|
||||
|
||||
from time import time
|
||||
|
||||
def main():
|
||||
print("Now is", time())
|
||||
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue