diff options
Diffstat (limited to 'julia')
| -rw-r--r-- | julia/007-10001st_prime.jl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/julia/007-10001st_prime.jl b/julia/007-10001st_prime.jl index 70bf4e3..f940809 100644 --- a/julia/007-10001st_prime.jl +++ b/julia/007-10001st_prime.jl @@ -7,7 +7,6 @@ # What is the 10 001st prime number? ### -using Printf using Base.Iterators # Can't use eratosthenes sieve since we don't know when to stop (no predefined list of numbers) |
