예제 #1
0
 public static void ExplodeTests(string s, string result)
 {
     Assert.AreEqual(result, Digits.Explode(s));
 }