Simple for loop

C++ code posted
created at 03 Dec 23:08

Edit | Back
1
for (unsigned int i = 0; i < size; ++i) { }
43 Bytes in 2 ms with coderay