Solve Project Euler Problems in Julia
All the archived problems are available here: https://projecteuler.net/archives
To run each script in Julia’s REPL:
julia> include("pep001.jl")
Method 1:
0.000006 seconds
233168
Method 2:
0.000000 seconds
233168
Or run each script directly from command line:
PS C:\git\pep> julia .\pep001.jl
Method 1:
0.000006 seconds
233168
Method 2:
0.000000 seconds
233168