Add day 1
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user