diff options
| author | jstmax! <87650746+MaxWasTakenYT@users.noreply.github.com> | 2024-10-17 15:58:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-17 15:58:44 +0000 |
| commit | 6ba4ea3ad379369cdc872e828187ab9b0d4c810d (patch) | |
| tree | c49ddccd7a75d42ea9340254621a0121c7b78050 | |
| parent | 18096f3864843679c298cbf5b8fc238d0c5b3efa (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
@@ -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" |