Browse Source

Give the repo a Python flavour (#1)

Karl Hobley 8 năm trước cách đây
mục cha
commit
8abee8487a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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!")