Fix formatting for printing

This commit is contained in:
David Doblas Jiménez 2021-10-21 18:19:07 +02:00
parent c3dc838bef
commit 1f0b992dd0

View File

@ -80,7 +80,7 @@ function Problem59()
end
println("Time to evaluate Problem 59:")
println("Time to evaluate Problem $(lpad(59, 3, "0")):")
@btime Problem59()
println("")
println("Result for Problem 59: ", Problem59())
println("Result for Problem $(lpad(59, 3, "0")): ", Problem59())