1
0

5 lines
43 B
Scheme
Raw Normal View History

2019-06-15 15:31:01 -06:00
(define (e)
(display "e")
(e))
(e)