Change timing macro

This commit is contained in:
David Doblas Jiménez 2021-10-25 21:20:30 +02:00
parent 1f0b992dd0
commit 97eb619525

View File

@ -36,6 +36,6 @@ end
println("Time to evaluate Problem 5:")
@time Problem5()
@btime Problem5()
println("")
println("Result for Problem 5: ", Problem5())