Exemplo n.º 1
0
        public void Test_10000()
        {
            var sut = new E357PrimeGeneratingIntegers(Max: 10000);

            Assert.Equal(262614, sut.GetSumOfAllPositiveIntegers_org());
        }