add level 3 and backport textparser changes

This commit is contained in:
2024-12-04 12:47:10 +01:00
parent 377ef9afe8
commit 5b9ad5766b
10 changed files with 208 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ using AoCLevelInputProvider;
using Parsing;
using Parsing.Schema;
public class Level1Solver : LevelSolverBase
public class Level1Solver : FullTextLevelSolverBase
{
public override int LevelNumber
{