From 4f8fb0a8acd5eec0caaf1087d7ecf91f9166c807 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 3 Apr 2023 00:26:07 +0300 Subject: Clean up and adjustment --- bin/ak-file.c | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 bin/ak-file.c (limited to 'bin/ak-file.c') 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 - -int main(int argc, char **argv) -{ - (void)argc; - (void)argv; - printf("printf used\n"); - return 0; -} -- cgit v1.2.3