2 lines
95 B
Scheme
2 lines
95 B
Scheme
((lambda (x) (display "SPAM") (newline) (x x))
|
|
(lambda (x) (display "SPAM") (newline) (x x)))
|