Programming exercises from adventofcode.com
Make 9 faster
day03a took more than a minute with standard boxed arrays. Using unbox (but still immutable) arrays, reduced to a few seconds.
Normal commands
To compile: stack build To compile and run: stack run day01 To run: stack exec day01 To run doctests: stack test To run with debug info (e.g., for day04): stack run day04 -- -d
To set up
stack build intero stack install doctest