diff --git a/main.cpp b/main.cpp index 79fb07f..573875c 100644 --- a/main.cpp +++ b/main.cpp @@ -12,7 +12,7 @@ int main() while (true) { - std::cout << "What's your next input? (+,-,*,/,%,$,q,p)"; + std::cout << "What's your next input? (+,-,*,/,%,$,q,p)" << std::endl; auto command = resolveCommand(); if (command.shouldTerminate())