Files
test-app/main.py
T
2026-04-27 21:04:19 +00:00

5 lines
44 B
Python

def hello():
print("Hello world")
hello()