22degrees

101
reputation
2
#include <stdio.h>

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