4 lines
84 B
Scheme
4 lines
84 B
Scheme
(module matrix mzscheme
|
|
(provide (all-from htdp/matrix))
|
|
(require htdp/matrix))
|