9 lines
107 B
Plaintext
9 lines
107 B
Plaintext
=== Compliant solution
|
|
|
|
[source,text]
|
|
----
|
|
for (int counter = 0; counter < 1000; ++counter) {
|
|
...
|
|
}
|
|
----
|