Initial commit

This commit is contained in:
weaselab
2025-05-12 15:14:57 +00:00
commit f1acb2d0a0
13 changed files with 11015 additions and 0 deletions

3
src/test.cpp Normal file
View File

@@ -0,0 +1,3 @@
#include <doctest.h>
TEST_CASE("add") { CHECK(0 + 1 == 1); }