summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjstmax! <87650746+MaxWasTakenYT@users.noreply.github.com>2024-10-17 15:58:44 +0000
committerGitHub <noreply@github.com>2024-10-17 15:58:44 +0000
commit6ba4ea3ad379369cdc872e828187ab9b0d4c810d (patch)
treec49ddccd7a75d42ea9340254621a0121c7b78050
parent18096f3864843679c298cbf5b8fc238d0c5b3efa (diff)
Update and rename xsc.cpp to xsc_debug.cpp
-rw-r--r--xsc_debug.cpp (renamed from xsc.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsc.cpp b/xsc_debug.cpp
index a2a686e..e246081 100644
--- a/xsc.cpp
+++ b/xsc_debug.cpp
@@ -5,7 +5,7 @@ using namespace std;
int usage() {
// Prints usage message (help)
- system("figlet XSC | lolcat");
+ // system("figlet XSC | lolcat");
cout << "\neXtremelySimpleCalculator usage:\n"
<< "`xsc --help` for help\n"
<< "`xsc <number> <(+|-|*|/|%|^)> <number>` for basic operation calculating\n"