diff --git a/hello-world.py b/hello-world.py new file mode 100644 index 0000000..65d8d7f --- /dev/null +++ b/hello-world.py @@ -0,0 +1,4 @@ +#!/usr/bin/python +# Filename: hello-world.py + +print 'Hello World'