4 lines
90 B
Scheme
4 lines
90 B
Scheme
#cs(module hangman mzscheme
|
|
(provide (all-from htdp/hangman))
|
|
(require htdp/hangman))
|