This is a program made in C++ that randomly generates 8-bit unsigned binary addition and subtraction problems.
You can compile the program by using the makefile provided in the repository.
git clone https://github.com/PeterTheAmazingAsian/BinaryArithmetic.git
cd BinaryArithmetic
make release
./BinaryArithmetic