This commit is contained in:
Matthias Felleisen 2012-12-21 19:20:12 -05:00
parent 53ac65c877
commit 55ab9b4562

View File

@ -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.