templates/python/pyproject/nixpkgs/basic/src/hello/main.py

3 lines
41 B
Python

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