Initial commit

This commit is contained in:
r4
2021-07-01 17:00:52 +02:00
commit 366bd4ad30
2 changed files with 13 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# calculator
Calculates the input while respecting operator precedence, parentheses, etc. Not designed to be useful.