This is a basic calculator app for a university project.
It supports the proper order of operations, and basic variables, but no complex operations.
You can either run the app via Docker or via .NET directly:
sudo docker pull pypylia/calcapp
sudo docker run -it pypylia/calcapp
# OR
git clone git@github.com:PyPylia/CalcApp.git
dotnet run