Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of triforceofcourage

triforceofcourage

triforceofcourage has asked 1 questions and find answers to 1 problems.

Stats

5
EtPoint
0
Vote count
1
questions
1
answers

About

include

int main (void){
    int count;

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