3 lines
78 B
Common Lisp
3 lines
78 B
Common Lisp
(setq
|
|
Width (in '(tput cols) (read))
|
|
Height (in '(tput lines) (read)) )
|