diff options
Diffstat (limited to 'important-file.c')
-rw-r--r-- | important-file.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/important-file.c b/important-file.c new file mode 100644 index 0000000..147f256 --- /dev/null +++ b/important-file.c @@ -0,0 +1,5 @@ +#include <stdio.h> + +main () { + printf("test \n") +} |