コード例 #1
0
ファイル: Day10.cs プロジェクト: AlFasGD/AdventOfCode
        protected override void LoadState()
        {
            var points = new PointCollection(ParsedFileLines(Point.Parse));

            message = points.GetFormedStarGrid(out formationTime);
        }