Exemplo n.º 1
0
 public void DecodeSumWorks()
 {
     Assert.Equal(5353, Day08.DecodeSum(new string[] { "acedgfb cdfbe gcdfa fbcad dab cefabd cdfgeb eafb cagedb ab | cdfeb fcadb cdfeb cdbaf" }));
     Assert.Equal(61229, Day08.DecodeSum(input));
 }