triforceofcourage

111
reputation

include

int main (void){
    int count;

    for(count=1;count<=50;count++){
        printf("I will not throw paper airplanes in class.");
    return 0;
}