Added sub folders for common, extra, and framework code files

This commit is contained in:
2025-04-30 20:37:03 +02:00
parent 08a94ba068
commit 01c300dce1
75 changed files with 103 additions and 103 deletions

View File

@@ -19,7 +19,7 @@
#include <string>
#include <vector>
#include <aoc/Solver.hpp>
#include <aoc/framework/Solver.hpp>
class TestContext
{