Files
P1-fopper/main.py
T
2025-07-15 23:37:54 +02:00

4 lines
70 B
Python

import hello
if __name__ == '__main__':
print(hello.helloWorld())