hello.py 80 B

1234
  1. # Gives the GitHub repo a Python flavour
  2. def hello():
  3. print("Hello world!")