summaryrefslogtreecommitdiff
path: root/a.mat
blob: e689317484068abd0e448a67118be1171b4ec7c1 (plain)
1
2
3
4
5
a = 0;

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