From 6a0cc649f0b970312d8b8b99071767846800c510 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 21 Jun 2021 19:42:22 +0200 Subject: Added generate script --preview option --- julia/007-10001st_prime.jl | 1 - 1 file changed, 1 deletion(-) (limited to 'julia') 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) -- cgit