2 lines
81 B
Common Lisp
2 lines
81 B
Common Lisp
(lib 'bigint) ;; arbitrary length integers
|
|
(for ((n (in-naturals))) (writeln n))
|