Fix loading macro
This commit is contained in:
parent
97eb619525
commit
71a1ccd2ca
@ -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))
|
computing the LCM of two numbers, i.e. LCM(a, b, c) = LCM(a, LCM(b, c))
|
||||||
=#
|
=#
|
||||||
|
|
||||||
|
using BenchmarkTools
|
||||||
|
|
||||||
function Problem5()
|
function Problem5()
|
||||||
#=
|
#=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user