fact2(n::Integer) = prod(Base.OneTo(n)) @show fact2(20)