RosettaCodeData/Task/Quine/Racket/quine-1.rkt
2023-07-01 13:44:08 -04:00

1 line
41 B
Racket

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