Remove unused function

This commit is contained in:
David Doblas Jiménez 2022-10-12 21:09:40 +02:00
parent bc5bd80a58
commit 653a5cb17a

View File

@ -10,10 +10,6 @@ https://projecteuler.net/problem=16 =#
using BenchmarkTools using BenchmarkTools
# function pow(n)
# return 2^BigInt(n)
# end
function Problem16() function Problem16()
#= #=
2^15 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26. 2^15 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26.