diff --git a/src/Julia/Problems001-050/Problem016.jl b/src/Julia/Problems001-050/Problem016.jl index c9d83d1..49e614c 100644 --- a/src/Julia/Problems001-050/Problem016.jl +++ b/src/Julia/Problems001-050/Problem016.jl @@ -10,10 +10,6 @@ https://projecteuler.net/problem=16 =# using BenchmarkTools -# function pow(n) -# return 2^BigInt(n) -# end - function Problem16() #= 2^15 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26.