Hello!

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

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

Personnel/preecej/python_singletons/.gitignore [deleted file]
Personnel/preecej/python_singletons/hello.py [new file with mode: 0644]

diff --git a/Personnel/preecej/python_singletons/.gitignore b/Personnel/preecej/python_singletons/.gitignore
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/Personnel/preecej/python_singletons/hello.py b/Personnel/preecej/python_singletons/hello.py
new file mode 100644 (file)
index 0000000..11b15b1
--- /dev/null
@@ -0,0 +1 @@
+print("hello")