Try compiling with WAll, that was dumb but fixed some things anyhow

This commit is contained in:
Jose Caban
2025-12-01 23:30:42 -05:00
parent dd0c70341e
commit b2c1ba8227
9 changed files with 206 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ namespace AdventHelpers
{
class AdventOfCodeSolution {
public:
virtual ~AdventOfCodeSolution() = default;
virtual std::string SolveProblem01(AdventHelpers::InputFileHelper& inputFile) = 0;
virtual std::string SolveProblem02(AdventHelpers::InputFileHelper& inputFile) = 0;