Added logic surplus calculation intrabuilding wise

This commit is contained in:
StanislausCichocki
2025-03-10 17:22:25 +01:00
parent d3a0c73b36
commit a3c34ab6bc
9 changed files with 115 additions and 4 deletions

View File

@ -0,0 +1,9 @@
//
// Created by StanislausCichocki on 10.03.2025.
//
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include "doctest/doctest.h"
TEST_CASE("Testing add function") {
CHECK(true);
}