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; -}