projects
/
advent_of_code_2017.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e46af83
)
Cleaning
author
Ummon
<greg.burri@gmail.com>
Thu, 14 Dec 2017 09:17:53 +0000
(10:17 +0100)
committer
Ummon
<greg.burri@gmail.com>
Thu, 14 Dec 2017 09:17:53 +0000
(10:17 +0100)
AdventOfCode2017/Day14.fs
patch
|
blob
|
history
diff --git
a/AdventOfCode2017/Day14.fs
b/AdventOfCode2017/Day14.fs
index
0bf32b2
..
b7e2dc8
100644
(file)
--- a/
AdventOfCode2017/Day14.fs
+++ b/
AdventOfCode2017/Day14.fs
@@
-23,4
+23,4
@@
else
0
-
seq { for i in 0 .. 127 do for j in 0 .. 127 -> remove i j } |> Seq
.sum
\ No newline at end of file
+
[ for i in 0 .. 127 do for j in 0 .. 127 -> remove i j ] |> List
.sum
\ No newline at end of file