コード例 #1
0
ファイル: Day10Test.cs プロジェクト: ABCRic/advent-of-code
 public void First1() =>
 Assert.AreEqual(12, Day10.First("3,4,1,5", 5));