Add solution for "Day 17: Chronospatial Computer", part 1
This commit is contained in:
@@ -28,6 +28,8 @@ class TestContext
|
||||
const long long expected2, const std::vector<std::string>& inputPaths);
|
||||
void run(const std::unique_ptr<Solver<long long, std::string>>&& solver, const long long expected1,
|
||||
const std::string expected2, const std::vector<std::string>& inputPaths);
|
||||
void run(const std::unique_ptr<Solver<std::string, long long>>&& solver, const std::string expected1,
|
||||
const long long expected2, const std::vector<std::string>& inputPaths);
|
||||
void runPart1(const std::unique_ptr<Solver<long long, long long>>&& solver, const long long expected,
|
||||
const std::vector<std::string>& inputPaths);
|
||||
void runPart2(const std::unique_ptr<Solver<long long, long long>>&& solver, const long long expected,
|
||||
|
||||
Reference in New Issue
Block a user