pasch/main.py
2025-08-26 15:47:18 +02:00

6 lines
78 B
Python

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