Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 310 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 310 Bytes

C++ Library Template

This is a template for creating a modern C++ library, with built-in support for unit testing using the Catch2 testing framework.

Adding Your Own Code

To add your own code to the library, modify the include and src directories. Add your own unit tests in the tests directory.