Change file location
This commit is contained in:
@@ -17,7 +17,7 @@ function Problem13()
|
||||
Work out the first ten digits of the sum of the following one-hundred
|
||||
50-digit numbers
|
||||
=#
|
||||
return string(sum(parse.(BigInt,readlines("../Python/files/Problem13.txt"))))[1:10]
|
||||
return string(sum(parse.(BigInt,readlines("../files/Problem13.txt"))))[1:10]
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user