initial commit

This commit is contained in:
Juul
2025-07-15 23:37:54 +02:00
commit c188c00b43
6 changed files with 161 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import hello
if __name__ == '__main__':
print(hello.helloWorld())