4 lines
113 B
Scheme
4 lines
113 B
Scheme
(module testing mzscheme
|
|
(provide (all-from (lib "testing.ss" "htdp")))
|
|
(require (lib "testing.ss" "htdp")))
|