This commit is contained in:
David Doblas Jiménez
2021-10-27 11:27:14 +02:00
parent 846a9343ae
commit d9c96f32cf
51 changed files with 315 additions and 366 deletions

View File

@@ -41,7 +41,7 @@ function Problem30()
end
println("Time to evaluate Problem 30:")
println("Time to evaluate Problem $(lpad(30, 3, "0")):")
@btime Problem30()
println("")
println("Result for Problem 30: ", Problem30())
println("Result for Problem $(lpad(30, 3, "0")): ", Problem30())