From b5298f3e8c64170d681c7b666ddb39216d98723b Mon Sep 17 00:00:00 2001 From: jstmaxlol <87650746+jstmaxlol@users.noreply.github.com> Date: Thu, 22 May 2025 21:54:10 +0200 Subject: bash bug hotfix --- xsc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xsc.cpp') diff --git a/xsc.cpp b/xsc.cpp index 847ecc4..020d54f 100644 --- a/xsc.cpp +++ b/xsc.cpp @@ -64,6 +64,7 @@ int main(int argc, char** argv) { } op = argv[2][0]; return calculate(n1, op, n2); + std::cout << "\n"; } // if only 1 argument and not help @@ -109,4 +110,4 @@ void usage() { << "'xsc <(+|-|x|/|%|^)> ' | outputs expression's result\n" << "'xsc r' | outputs the square root of num1\n" ; -} \ No newline at end of file +} -- cgit v1.3.1