mirror of
https://github.com/ckaczor/Advent2019.git
synced 2026-01-14 01:25:36 -05:00
11 lines
153 B
C#
11 lines
153 B
C#
namespace Advent
|
|
{
|
|
internal static class Program
|
|
{
|
|
private static void Main()
|
|
{
|
|
Day2.Execute();
|
|
}
|
|
}
|
|
}
|