From f554664a346629dc2b839f7292d06bad2db4aece Mon Sep 17 00:00:00 2001 From: Mike Donaghy Date: Tue, 20 Nov 2007 15:28:39 -0500 Subject: [PATCH] Added first language , python --- hello.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 00000000..b2dc5fcf --- /dev/null +++ b/hello.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python +print "Hello World"