Add day 1

This commit is contained in:
2022-12-05 11:26:42 +01:00
parent 00e8303b90
commit 2dfe5d1bb5
4 changed files with 2308 additions and 6 deletions

View File

@@ -15,4 +15,8 @@ var selectedDay = AnsiConsole.Prompt(select);
AnsiConsole.MarkupLine($"[cyan]Running [yellow]{selectedDay}[/]...[/]\n");
selectedDay.Run();
AnsiConsole.MarkupLine("[cyan]Part [yellow]1[/] result:[/]");
selectedDay.RunPart1();
AnsiConsole.MarkupLine("\n[cyan]Part [yellow]2[/] result:[/]");
selectedDay.RunPart2();