We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96abad7 commit 5b3d44eCopy full SHA for 5b3d44e
solutions/punishment_b.txt
@@ -1,6 +1,6 @@
1
main() {
2
auto count;
3
extrn putstr;
4
- for (count=0; count < 500; count++)
+ for (count=1; count <= 500; count++)
5
putstr("I will not throw paper airplanes in class.*n");
6
}
0 commit comments