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