From ad9548db7dd1b1323ce86ac1f52849a0daf41f79 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 2 Sep 2010 14:50:26 -0500 Subject: [PATCH] added a README --- collects/tests/htdp-lang/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 collects/tests/htdp-lang/README diff --git a/collects/tests/htdp-lang/README b/collects/tests/htdp-lang/README new file mode 100644 index 0000000000..f149816a20 --- /dev/null +++ b/collects/tests/htdp-lang/README @@ -0,0 +1,9 @@ +The files in this directory test the teaching language implementation. + +htdp.rktl + load this file (racket -qr htdp.rktl) to run most of the tests + +htdp-image.rktl + load this file in gracket to run the htdp/image tests + +See beginner.rktl for more.