Files
fort/hello.py
Olli Graf 8c493def5c setup
2026-02-08 14:56:34 +01:00

7 lines
82 B
Python

def main():
print("Hello from fort!")
if __name__ == "__main__":
main()