Esempio n. 1
0
 public void NthPrimeIsX(int n, int x)
 {
     Primes.GetNth(n).Should().Be(x);
 }