4 lines
60 B
Scheme
4 lines
60 B
Scheme
|
(define (read) 1)
|
||
|
(define read (lambda () 0))
|
||
|
(exit (read))
|