aboutsummaryrefslogtreecommitdiffstats
path: root/important-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'important-file.c')
-rw-r--r--important-file.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/important-file.c b/important-file.c
deleted file mode 100644
index 0420ddc..0000000
--- a/important-file.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * ???
- *
- * Copyright (C) 2014 Tomasz Kramkowski <tk@the-tk.com>
- *
- * This program is free software. It is licensed under version 3 of the
- * GNU General Public License.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see [http://www.gnu.org/licenses/].
- */
-
-// One has to wonder, what made this file so important in the first place.
-#include <stdio.h>
-
-main () {
- printf("test \n")
-}