Explorar el Código

Give the repo a Python flavour (#1)

Karl Hobley hace 9 años
padre
commit
8abee8487a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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!")