summaryrefslogtreecommitdiffstats
path: root/Demo/curses/README
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-12-13 03:50:20 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-12-13 03:50:20 (GMT)
commita3b5a5f2db5bc0404a4b3f7e7afd8a6cb8919e5d (patch)
tree4c9a5c747beb39efe38c035abde7c98afcfae6b0 /Demo/curses/README
parentea8f2bf9ca87d14140c6ba4bc6ac1f5962659b12 (diff)
downloadcpython-a3b5a5f2db5bc0404a4b3f7e7afd8a6cb8919e5d.zip
cpython-a3b5a5f2db5bc0404a4b3f7e7afd8a6cb8919e5d.tar.gz
cpython-a3b5a5f2db5bc0404a4b3f7e7afd8a6cb8919e5d.tar.bz2
Check in README file and one demo program
Diffstat (limited to 'Demo/curses/README')
-rw-r--r--Demo/curses/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demo/curses/README b/Demo/curses/README
new file mode 100644
index 0000000..7de5c96
--- /dev/null
+++ b/Demo/curses/README
@@ -0,0 +1,3 @@
+Sample programs that use the curses package:
+
+life.py Simple game of Life