aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-file.c
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-04-03 00:26:07 +0300
committerkaotisk <kaotisk@arching-kaos.org>2023-04-03 00:31:31 +0300
commit4f8fb0a8acd5eec0caaf1087d7ecf91f9166c807 (patch)
tree254b4c4785a4895375bd5a1009e7c1c658e5437e /bin/ak-file.c
parent9606644a0beb4f2883e1e0f4c6c81b42ab40b3a1 (diff)
downloadarching-kaos-tools-4f8fb0a8acd5eec0caaf1087d7ecf91f9166c807.tar.gz
arching-kaos-tools-4f8fb0a8acd5eec0caaf1087d7ecf91f9166c807.tar.bz2
arching-kaos-tools-4f8fb0a8acd5eec0caaf1087d7ecf91f9166c807.zip
Clean up and adjustment
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;
-}