racket/collects/realm/chapter2
Matthias Felleisen 444413ad36 typos in source documentation; thanks Laurent, OEV
(cherry picked from commit 2de0c7270c)
2013-06-17 18:43:13 -04:00
..
readme.txt
source.rkt typos in source documentation; thanks Laurent, OEV 2013-06-17 18:43:13 -04:00

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.