Fix loading macro
This commit is contained in:
@@ -17,6 +17,7 @@ It is possible to compute the LCM of more than two numbers by iteratively
|
||||
computing the LCM of two numbers, i.e. LCM(a, b, c) = LCM(a, LCM(b, c))
|
||||
=#
|
||||
|
||||
using BenchmarkTools
|
||||
|
||||
function Problem5()
|
||||
#=
|
||||
|
||||
Reference in New Issue
Block a user