diff options
Diffstat (limited to 'important-file.c')
-rw-r--r-- | important-file.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/important-file.c b/important-file.c index 147f256..dfda78f 100644 --- a/important-file.c +++ b/important-file.c @@ -1,5 +1,6 @@ +// One has to wonder, what made this file so important in the first place. #include <stdio.h> main () { - printf("test \n") -} + printf("test \n") +} |