exercism.org/python/hello-world/hello_world.py
2024-03-24 18:37:22 +01:00

2 lines
40 B
Python

def hello():
return 'Hello, World!'