diff --git a/main.cpp b/main.cpp index 709c60e..15f2fbd 100644 --- a/main.cpp +++ b/main.cpp @@ -33,10 +33,6 @@ int usrOption() { continue; } - if (option == 3) - std::exit(EXIT_SUCCESS); - - finished = true; } while (finished != true); error::ignoreLine();