matrix/a.mat

6 lines
46 B
Text

a = 0;
while a < 1000000000 { a = a + 1 };