From 9c090bc317c5761448caa056061c7c87d30821eb Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 2 Apr 2026 00:54:05 +0300 Subject: [PATCH] Added a missing new line --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())