Sample project

This commit is contained in:
2021-10-08 14:53:40 +02:00
parent 7e506bfb72
commit ad5f1fa58b
8 changed files with 98 additions and 0 deletions

2
algods/algods.py Normal file
View File

@ -0,0 +1,2 @@
def main():
print("Hello world!")