silly little calculator written in c++
git for cloning the repo
cmake and make stupid build system i guess
a compiler such as gcc/g++
sudo pacman -S git cmake make gccidk lol just don't use windows
the install process would be basically the same ig but with whatever package manager you usegit clone https://github.com/Fire-Ash/quadratic_formula_calc_cpp
cd quadratic_formula_calc_cpp
mkdir build && cd build
cmake ..
make
./qf-calc