Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 332 Bytes

File metadata and controls

20 lines (15 loc) · 332 Bytes

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