Added a missing new line
This commit is contained in:
@@ -12,7 +12,7 @@ int main()
|
|||||||
|
|
||||||
while (true)
|
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();
|
auto command = resolveCommand();
|
||||||
|
|
||||||
if (command.shouldTerminate())
|
if (command.shouldTerminate())
|
||||||
|
|||||||
Reference in New Issue
Block a user