Exemple #1
0
 public string GetSolution()
 {
     return(Primes.GetPrimesUnderN(2000000).Sum().ToString());
 }