This commit is contained in:
Olli Graf
2026-02-08 14:56:34 +01:00
commit 8c493def5c
5 changed files with 51 additions and 0 deletions

6
hello.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from fort!")
if __name__ == "__main__":
main()