Skip to content

Commit 4c66d81

Browse files
committed
code: attempt to make exit in calculator go back to multitool++ #2
1 parent 846c5db commit 4c66d81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ void read() {
248248
std::cout << ansi::GREEN << "Valid choice!" << ansi::RESET << "\n";
249249
std::cout << ansi::BOLD << ansi::ITALIC << ansi::CYAN << "Welcome to the calculator shell, type 'help' for commands.\n" << ansi::RESET;
250250
option_shell();
251+
initialize();
251252
}
252253
}
253254
else {

0 commit comments

Comments
 (0)