hpastetwo

.

author
.
age
38 days
language
haskell
1
2
euler9 = x <- readFile "listOfDigits.txt" -- the file contains: 4731830390473571341034390280423042342342
         function (x :: [Int]) -- I want to use X as a list of digits: [4,7,3,1,8,3...4,2]