RosettaCodeData/Task/Quine/Racket/quine-1.rkt
2015-11-18 06:14:39 +00:00

1 line
41 B
Racket

((λ (x) `(,x ',x)) '(λ (x) `(,x ',x)))