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

22degrees

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

Stats

80
EtPoint
31
Vote count
0
questions
2
answers

About

#include <stdio.h>

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

22degrees questions