py_test/test.py
2025-10-29 15:45:08 -03:00

6 lines
79 B
Python

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