This is a basic C calculator!
It supports +, -, *, /, %.
A makefile has been provided, for convinence.
Install GCC. On most linux distrubutions this can be installed from your package manager. Windows? Use MSYS2. Mac? I heard brew is good.
Run ./run.sh to build and run the project.
You can pass in arguments from the command line. For example ./c-calc 1 + 1 returns Result: 2.0000.