commit f554664a346629dc2b839f7292d06bad2db4aece Author: Mike Donaghy Date: Tue Nov 20 15:28:39 2007 -0500 Added first language , python 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"