aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-file.c')
-rw-r--r--bin/ak-file.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/bin/ak-file.c b/bin/ak-file.c
deleted file mode 100644
index 3d2ae17..0000000
--- a/bin/ak-file.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * =====================================================================================
- *
- * Filename: file.c
- *
- * Description:
- *
- * Version: 1.0
- * Created: 08/12/22 07:23:49
- * Revision: none
- * Compiler: gcc
- *
- * Author: Kaotisk Hund (kh), kaotisk@arching-kaos.org
- * Company: ArchingKaos.Com
- *
- * =====================================================================================
- */
-
-#include <stdio.h>
-
-int main(int argc, char **argv)
-{
- (void)argc;
- (void)argv;
- printf("printf used\n");
- return 0;
-}