exercism/python/hello-world/hello_world.py

3 lines
40 B
Python
Raw Normal View History

2018-09-16 17:21:22 -04:00
def hello():
return "Hello, World!"