From: preecej Date: Wed, 24 Jul 2013 18:00:17 +0000 (+0000) Subject: hello_world program X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=feb85aa79e263712dc3b648e09639d327ec13f42;p=old-jaiswallab-svn%2F.git hello_world program svn path=/; revision=493 --- diff --git a/Personnel/preecej/python_singletons/hello_world.py b/Personnel/preecej/python_singletons/hello_world.py new file mode 100755 index 0000000..dacbc23 --- /dev/null +++ b/Personnel/preecej/python_singletons/hello_world.py @@ -0,0 +1,4 @@ +#!/usr/bin/python + +print("hello world!"); +