Go to file
Jonathan Chan b07bc495bb Day 02 - (\) deletes the first occurrence, so back to using zip + filter. 2018-12-02 09:28:02 -08:00
app Day 02. 2018-12-01 23:25:50 -08:00
input Day 02. 2018-12-01 23:25:50 -08:00
src Day 02 - (\) deletes the first occurrence, so back to using zip + filter. 2018-12-02 09:28:02 -08:00
.gitignore Initial commit. 2018-11-25 18:32:15 -08:00
ChangeLog.md Initial commit. 2018-11-25 18:32:15 -08:00
LICENSE Initial commit. 2018-11-25 18:32:15 -08:00
README.md Day 01. 2018-12-01 00:41:50 -08:00
Setup.hs Initial commit. 2018-11-25 18:32:15 -08:00
package.yaml Day 01. 2018-12-01 00:41:50 -08:00
stack.yaml Initial commit. 2018-11-25 18:32:15 -08:00

README.md

Advent of Code 2018

Blog Posts

To arrive at ⟨ortho|normal⟩ as December comes.

Runtimes

Day Runtime (s) With -O2
01 0.015
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25