Files
DENCO/main.py
2024-11-13 15:42:21 +03:00

7 lines
79 B
Python

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