Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of 22degrees

22degrees

22degrees has asked 0 questions and find answers to 3 problems.

Stats

97
EtPoint
35
Vote count
0
questions
3
answers

About

#include <stdio.h>

int main(void){
    printf("all work and no play makes jack a dull boy\n");
    main();
}