Initial setup

This commit is contained in:
Quirin Kinader 2025-08-20 20:42:35 +02:00
commit 9c08272621
6 changed files with 109 additions and 0 deletions

5
main.py Normal file
View file

@ -0,0 +1,5 @@
def main():
print("hhhello")
if __name__ == "__main__":
main()