This is my implementations of the tasks in the course 1DV433 Structured programming in C++ at Linnaeus University Faculty of Technology.
The repository submodules Catch2 framework for running unit tests.
- Clone the repository.
- Get unit testing framework
git submodules init; git submodule update;
- Build the project using Visual Studio