3 lines
81 B
Text
3 lines
81 B
Text
|
|
(lib 'bigint) ;; arbitrary length integers
|
||
|
|
(for ((n (in-naturals))) (writeln n))
|