Commit fc429a84c796590621a61af17ebfc1762e2f5ab8

Exit with memoized meaning of life.

Commit diff

src/main.c

 
1#include <stdio.h>
2
3int main(int argc, char **argv)
4{
5 printf("This file will be really damn exciting.\n");
6 printf("Tomorrow.\n");
7 return 42;
8}
toggle raw diff