RosettaCodeData/Task/Integer-sequence/MATLAB/integer-sequence-3.m
2023-07-01 13:44:08 -04:00

1 line
33 B
Matlab

N = 2^30; printf('%d\n', 1:N);