Fix formatting for printing
This commit is contained in:
parent
c3dc838bef
commit
1f0b992dd0
@ -80,7 +80,7 @@ function Problem59()
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
println("Time to evaluate Problem 59:")
|
println("Time to evaluate Problem $(lpad(59, 3, "0")):")
|
||||||
@btime Problem59()
|
@btime Problem59()
|
||||||
println("")
|
println("")
|
||||||
println("Result for Problem 59: ", Problem59())
|
println("Result for Problem $(lpad(59, 3, "0")): ", Problem59())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user