diff options
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | bacon.c | 5 | ||||
-rw-r--r-- | clone1.c | 0 | ||||
-rw-r--r-- | important-file.c | 5 | ||||
-rw-r--r-- | python-indent_swapper.c | 2 |
5 files changed, 6 insertions, 12 deletions
@@ -1,6 +1,2 @@ * -!*.* -*.html -*.xml -*.out -*.s +!*.c diff --git a/bacon.c b/bacon.c deleted file mode 100644 index b7ed73e..0000000 --- a/bacon.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <beer.h> - -main () { - beer("drink"); -} diff --git a/clone1.c b/clone1.c deleted file mode 100644 index e69de29..0000000 --- a/clone1.c +++ /dev/null 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") +} diff --git a/python-indent_swapper.c b/python-indent_swapper.c index a39d450..b5e9a36 100644 --- a/python-indent_swapper.c +++ b/python-indent_swapper.c @@ -1,3 +1,5 @@ +// I don't remember ever writing this. I think this is copied straight from K&R. + #include<stdio.h> #include<stdlib.h> |