We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846c5db commit 4c66d81Copy full SHA for 4c66d81
1 file changed
src/main.cpp
@@ -248,6 +248,7 @@ void read() {
248
std::cout << ansi::GREEN << "Valid choice!" << ansi::RESET << "\n";
249
std::cout << ansi::BOLD << ansi::ITALIC << ansi::CYAN << "Welcome to the calculator shell, type 'help' for commands.\n" << ansi::RESET;
250
option_shell();
251
+ initialize();
252
}
253
254
else {
0 commit comments