コード例 #1
0
ファイル: Day18.cs プロジェクト: AlFasGD/AdventOfCode
 private void AnalyzeRow()
 {
     currentRow = currentRow.GetNext();
     SafeTiles += currentRow.SafeCount;
 }