RosettaCodeData/Task/Self-describing-numbers/Common-Lisp/self-describing-numbers-2.lisp
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

7 lines
99 B
Common Lisp

(loop for i from 1 to 4000000 do (if (self-described-p i) (print i)))
1210
2020
21200
3211000
NIL