Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 244 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 244 Bytes

By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.

If your language provides methods in the standard library to deal with prime numbers, pretend they doesn't exist and implement them yourself.