racket/collects/realm/chapter2/readme.txt
Matthias Felleisen 55ab9b4562 read me
2012-12-21 21:11:40 -05:00

10 lines
264 B
Plaintext

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.