예제 #1
0
파일: Program.cs 프로젝트: emandres/aoc
 static void Main(string[] args)
 {
     Console.WriteLine(PowerGrid.MaxSquare(7139));
 }
예제 #2
0
파일: Program.cs 프로젝트: emandres/aoc
 static void Puzzle1()
 {
     var grid = PowerGrid.Grid(7139);
 }