コード例 #1
0
ファイル: Day07Tests.cs プロジェクト: tlj/adventofcode2016
 public void FromAbaToBabTest()
 {
     Assert.Equal("bab", Day07.FromAbaToBab("aba"));
 }