From ed4b0dca6387182c32899e0249a11798a89e4e70 Mon Sep 17 00:00:00 2001 From: amiraflak Date: Sun, 24 Dec 2023 21:29:09 +0330 Subject: [PATCH] remove: main.c --- Q3/src/main.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Q3/src/main.c diff --git a/Q3/src/main.c b/Q3/src/main.c deleted file mode 100644 index 4c61279..0000000 --- a/Q3/src/main.c +++ /dev/null @@ -1,20 +0,0 @@ -#include -#include -#include -#include "../include/user_operations.h" - -int main() { - // Read the backup file at the start - - - // Main loop to read inputs and apply commands - - - // Save data to the backup file before exiting - - - // Free allocated memory before exiting - - - return 0; -}