예제 #1
0
 public static void Test100()
 {
     Assert.AreEqual(new int[] { 97, 101 }, BeforeAfterPrimes.PrimeBefAft(100));
 }