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