Переглянути джерело

Give the repo a Python flavour (#1)

Karl Hobley 9 роки тому
батько
коміт
8abee8487a
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      hello.py

+ 3 - 0
hello.py

@@ -0,0 +1,3 @@
+# Gives the GitHub repo a Python flavour
+def hello():
+    print("Hello world!")