Example #1
0
 public static void ReturnsExample()
 {
     Assert.AreEqual((BigInteger)142857, Problem52.Solution(200000));
 }