Compare commits

..

1 Commits

Author SHA1 Message Date
Wade Cappa 5d94a5595f adds gitignore to keep the default binary name out of the repo (#1)
Reviewed-on: https://git.terminal.click/TC/tc-calc/pulls/1
Co-authored-by: Wade Cappa <wade.cappa@msn.com>
Co-committed-by: Wade Cappa <wade.cappa@msn.com>
2026-03-22 01:13:50 +00:00
2 changed files with 1 additions and 9 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
calc

View File

@ -22,15 +22,6 @@ calc> (2+2)*(2+2)
calc> calc>
``` ```
Bitwise operations supported too:
```
calc> 2|2
2
calc>
```
Notice how we print the output with a bit of spacing followed by a new prompt. Notice how we print the output with a bit of spacing followed by a new prompt.
**Switching Formats** **Switching Formats**