2 lines
56 B
Mathematica
2 lines
56 B
Mathematica
|
|
a = uint64(1); while (1) printf('%i\n',a); a=a+1; end;
|