There’s actually a mistake in the code.
Since he seems to be using #include < stdlib.h > he’s almost certainly using c++ code, which means that the printf() is wrong.
Here’s the actual code (optimised)
#include < stdlib.h >
void main
{
for(int i=1; i<=500; i++)
cout<<“I will not throw paper airplanes in class.”<< endl;
}
Now isn’t that even nicer
Talk about being a computer geek. :thud: