Added a missing new line

This commit is contained in:
2026-04-02 00:54:05 +03:00
parent 8dda608d07
commit 9c090bc317
+1 -1
View File
@@ -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())