Fix formatting for printing
This commit is contained in:
@@ -34,7 +34,7 @@ function Problem56()
|
||||
end
|
||||
|
||||
|
||||
println("Time to evaluate Problem 56:")
|
||||
println("Time to evaluate Problem $(lpad(56, 3, "0")):")
|
||||
@btime Problem56()
|
||||
println("")
|
||||
println("Result for Problem 56: ", Problem56())
|
||||
println("Result for Problem $(lpad(56, 3, "0")): ", Problem56())
|
||||
|
||||
Reference in New Issue
Block a user