Commit fc429a84c796590621a61af17ebfc1762e2f5ab8
- Date: Wed May 07 21:27:24 +0000 2008
- Committer: Elliott Hird (penguinofthegods@gmail.com)
- Author: Elliott Hird (penguinofthegods@gmail.com)
- Commit SHA1: fc429a84c796590621a61af17ebfc1762e2f5ab8
- Tree SHA1: f78857e0dd6a6498204c477513337304c0a04c95
Exit with memoized meaning of life.
Commit diff
| |   |
| 1 | #include <stdio.h> |
| 2 | |
| 3 | int 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 |
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int main(int argc, char **argv)
+{
+ printf("This file will be really damn exciting.\n");
+ printf("Tomorrow.\n");
+ return 42;
+} |