So called initial commit (nearly everything)

This commit is contained in:
2025-11-03 10:31:49 +01:00
commit 1f036a0ff0
33 changed files with 7909 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from project2!")
if __name__ == "__main__":
main()