RosettaCodeData/Task/Integer-sequence/HolyC/integer-sequence.holyc

3 lines
41 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
U64 i = 0;
while (++i) Print("%d\n", i);