5 lines
117 B
Scheme
5 lines
117 B
Scheme
#cs
|
|
(module testing mzscheme
|
|
(provide (all-from (lib "testing.ss" "htdp")))
|
|
(require (lib "testing.ss" "htdp")))
|