AdventOfCode 2023 Day01
This commit is contained in:
6
AdventOfCode2023/Program.cs
Normal file
6
AdventOfCode2023/Program.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
int currentDayNumber = 1;
|
||||
|
||||
DayHelper.RunDay(currentDayNumber);
|
||||
|
||||
Console.Read();
|
||||
Reference in New Issue
Block a user