From 4d04515cede662ed3228a97f687c57fecf115b8b Mon Sep 17 00:00:00 2001 From: Marios Zindilis Date: Sun, 2 Oct 2011 05:09:55 +0300 Subject: [PATCH] Added hello-world.py --- hello-world.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hello-world.py 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'