Improved project structure.
This commit is contained in:
4
haskell/e013.hs
Normal file
4
haskell/e013.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
main = do
|
||||
--print . map read
|
||||
file <- readFile "13.txt"
|
||||
putStrLn . take 10 $ show . sum $ map read (lines file)
|
||||
Reference in New Issue
Block a user