Пример #1
0
 public void Version2Tests()
 {
     Assert.AreEqual(13, V2.NthPrime(6));
     Assert.AreEqual(104743, V2.NthPrime(10001));
 }