Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
hello_world program
authorpreecej <preecej@localhost>
Wed, 24 Jul 2013 18:00:17 +0000 (18:00 +0000)
committerpreecej <preecej@localhost>
Wed, 24 Jul 2013 18:00:17 +0000 (18:00 +0000)
svn path=/; revision=493

Personnel/preecej/python_singletons/hello_world.py [new file with mode: 0755]

diff --git a/Personnel/preecej/python_singletons/hello_world.py b/Personnel/preecej/python_singletons/hello_world.py
new file mode 100755 (executable)
index 0000000..dacbc23
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/python
+
+print("hello world!");
+