4 lines
77 B
Racket
4 lines
77 B
Racket
#lang racket/base
|
|
(require htdp/matrix)
|
|
(provide (all-from-out htdp/matrix))
|