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