From feb85aa79e263712dc3b648e09639d327ec13f42 Mon Sep 17 00:00:00 2001 From: preecej Date: Wed, 24 Jul 2013 18:00:17 +0000 Subject: [PATCH] hello_world program svn path=/; revision=493 --- Personnel/preecej/python_singletons/hello_world.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 Personnel/preecej/python_singletons/hello_world.py 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!"); + -- 2.34.1