From 55ab9b4562d396067ea73c01a5d83c4cb7a757ea Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Fri, 21 Dec 2012 19:20:12 -0500 Subject: [PATCH] read me --- collects/realm/chapter2/readme.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 collects/realm/chapter2/readme.txt diff --git a/collects/realm/chapter2/readme.txt b/collects/realm/chapter2/readme.txt new file mode 100644 index 0000000000..a231f09879 --- /dev/null +++ b/collects/realm/chapter2/readme.txt @@ -0,0 +1,9 @@ + +This chapter implements a primitive, Lisp-style version of the "guess my +numbers" game. Open the file + + source.rkt + +in DrRacket. The instructions for playing are at the top of the file. +Our tests are at the bottom of the file in a separate 'test' submodule. +