4 lines
51 B
Crystal
4 lines
51 B
Crystal
|
|
require "big"
|
||
|
|
|
||
|
|
(1.to_big_i ..).each { |i| puts i }
|