A basic CLI calculator to refamilarize myself with CPP
I understand that it was unnecessary to create functions for some of the operations and that there are libraries / commands that do it already. I simply wanted to practice writing functions, calling those functions, and handling their interactions.