diff options
| author | jstmaxlol <maxwasmailed@proton.me> | 2025-05-22 19:23:40 +0200 |
|---|---|---|
| committer | jstmaxlol <maxwasmailed@proton.me> | 2025-05-22 19:23:40 +0200 |
| commit | b50950b1e0d16b58677caa68a05b8ca6a2a45ddc (patch) | |
| tree | be31e23e235fa159b5c28e37fde6312d0c866aa1 /xsc.cpp | |
| parent | 0baa133d1850eecf8a89475c8ce2e48b4aef2137 (diff) | |
yeah ok actually just fuck me i guess
`paru -S package_name` like bro
fuck am i even doing today
(and about the xsc.cpp fix, i'm actually getting dementia or smth because wtf)
Diffstat (limited to 'xsc.cpp')
| -rw-r--r-- | xsc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ int calculate(double& n1, char& op, double& n2); void usage(); int main(int argc, char** argv) { - if (argc > 4) { + if (argc > 5) { std::cerr << "::> " << red << "xsc.Error" << def << "/" << red << "too_many_arguments " << def; return -1; } |