projects
/
advent-of-code-18.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d2868
)
Tidying
author
Neil Smith
<neil.git@njae.me.uk>
Thu, 6 Dec 2018 07:40:22 +0000
(07:40 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Thu, 6 Dec 2018 07:40:22 +0000
(07:40 +0000)
src/advent05/advent05.hs
patch
|
blob
|
history
diff --git
a/src/advent05/advent05.hs
b/src/advent05/advent05.hs
index 4aa6746574d354ba79b43532146808000c7692d8..cf8fccfc47cbb9d87dc28ecfd73be91bddaaf28d 100644
(file)
--- a/
src/advent05/advent05.hs
+++ b/
src/advent05/advent05.hs
@@
-4,11
+4,8
@@
import Data.Char (toLower)
main :: IO ()
main = do
text <- readFile "data/advent05.txt"
- -- let ids = lines text
print $ part1 text
print $ part2 text
- -- putStrLn $ part2 ids
-
part1 = reactedLength