Files
exercism/python/hello-world/hello_world.py
2019-07-13 04:16:23 -05:00

3 lines
40 B
Python

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