Added teachpack/picturing-programs.rkt. This and previous 5 commits have to

do with installing picturing-programs into the standard bundle.
This commit is contained in:
Stephen Bloch 2010-12-30 06:58:52 -05:00
parent 9fb54f1ae9
commit ebb0def6dd

View File

@ -0,0 +1,3 @@
#lang racket/base
(require picturing-programs)
(provide (all-from-out picturing-programs))