Просмотр исходного кода

Give the repo a Python flavour (#1)

Karl Hobley 9 лет назад
Родитель
Сommit
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!")