From caf8aa40ca7c788c87c4b98c4a2e16fe71edd0aa Mon Sep 17 00:00:00 2001 From: preecej Date: Wed, 24 Jul 2013 17:48:28 +0000 Subject: [PATCH] first python program svn path=/; revision=492 --- Personnel/preecej/python_singletons/.gitignore | 0 Personnel/preecej/python_singletons/hello.py | 1 + 2 files changed, 1 insertion(+) delete mode 100644 Personnel/preecej/python_singletons/.gitignore create mode 100644 Personnel/preecej/python_singletons/hello.py diff --git a/Personnel/preecej/python_singletons/.gitignore b/Personnel/preecej/python_singletons/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/Personnel/preecej/python_singletons/hello.py b/Personnel/preecej/python_singletons/hello.py new file mode 100644 index 0000000..11b15b1 --- /dev/null +++ b/Personnel/preecej/python_singletons/hello.py @@ -0,0 +1 @@ +print("hello") -- 2.34.1