Skip to content

Latest commit

 

History

History

004-sum-of-primes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sum of Primes

Challenge Description:

Write a program which determines the sum of the first 1000 prime numbers.

Input sample:

There is no input for this program.

Output sample:

Print to stdout the sum of the first 1000 prime numbers.

3682913