Corrected path for input file
This commit is contained in:
@@ -42,7 +42,7 @@ function Problem59()
|
||||
values in the original text.
|
||||
=#
|
||||
|
||||
file = "/datos/Scripts/Gitea/Project_Euler/src/files/Problem59.txt"
|
||||
file = "../files/Problem59.txt"
|
||||
data = readline(file)
|
||||
data = parse.(Int, split(data, ","))
|
||||
# encrypted = readdlm(file, ',', Int)
|
||||
|
||||
Reference in New Issue
Block a user