mirror of
https://github.com/ckaczor/Advent2019.git
synced 2026-01-14 01:25:36 -05:00
Initial commit
This commit is contained in:
10
Program.cs
Normal file
10
Program.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Advent
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
private static void Main()
|
||||
{
|
||||
Day2.Execute();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user