miku/main.py
2022-08-31 22:53:41 +02:00

7 lines
79 B
Python
Executable File

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