LICENSE, copyright, and formatting

This commit is contained in:
Carl Pearson
2022-01-17 13:12:14 -07:00
parent cbd549f737
commit e8d0687f44
11 changed files with 245 additions and 35 deletions

View File

@@ -1,2 +1,4 @@
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
// copyright Carl Pearson, 2022
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
#include "catch2/catch.hpp"