From 653a5cb17a29f1573d426bb49f7780bff2f3c55a Mon Sep 17 00:00:00 2001 From: daviddoji Date: Wed, 12 Oct 2022 21:09:40 +0200 Subject: [PATCH] Remove unused function --- src/Julia/Problems001-050/Problem016.jl | 4 ---- 1 file changed, 4 deletions(-) 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.