projects
/
advent-of-code-16.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfbc023
)
Restricted imports
author
Neil Smith
<neil.git@njae.me.uk>
Sun, 4 Dec 2016 11:55:35 +0000
(11:55 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Sun, 4 Dec 2016 11:57:44 +0000
(11:57 +0000)
advent03.hs
patch
|
blob
|
history
diff --git
a/advent03.hs
b/advent03.hs
index a9a23532ca4d7883563c91613688a04d0f4e8505..d086908a78982f4015b29f256979cacc026fe267 100644
(file)
--- a/
advent03.hs
+++ b/
advent03.hs
@@
-1,5
+1,5
@@
-import Data.List
-import Data.List.Split
+import Data.List
(transpose, sort)
+import Data.List.Split
(splitOn, chunksOf)
type Triple = [Integer]