diff options
| author | jstmax! <87650746+MaxWasTakenYT@users.noreply.github.com> | 2024-11-08 20:29:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-08 20:29:35 +0100 |
| commit | 1a55403d9b238757b4ada809c98dbcf4ad6f2425 (patch) | |
| tree | d37ae69b304f23c336de659b075cfe1a24fe9cf0 /README.md | |
| parent | f93b33b4d1ebd5bbcebec925751736b81a7a4a1a (diff) | |
better-ified readme II
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ # XSC🧮 **XSC** (e**X**tremely**S**imple**C**alculator): the easiest way to calculate stuff in the terminal \ syntax: `xsc <number> <(+|-|x|/|%|^)> <number>` or `xsc -sqrt | -r <number>` \ -pros: supports floating point number operations.. i guess it's a pro? +pros: supports floating point number operations.. i guess it's a pro? \ +**note**: compile with **g++** ## dependencies🤓 * `figlet` : `pacman -S figlet` |