This commit is contained in:
Markus
2026-01-30 09:18:15 +01:00
commit 3d317356ed
2 changed files with 24 additions and 0 deletions

5
hello.py Normal file
View File

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