浏览代码

Give the repo a Python flavour (#1)

Karl Hobley 8 年之前
父节点
当前提交
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!")