Files
2026-02-01 01:59:24 +01:00

8 lines
97 B
Python

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