4 lines
116 B
Scheme
4 lines
116 B
Scheme
#cs(module hangman mzscheme
|
|
(provide (all-from (lib "hangman.ss" "htdp")))
|
|
(require (lib "hangman.ss" "htdp")))
|