advent-of-code-19.git
2019-12-09 Neil SmithMoved Intcode interpreter into a separate module, ensur... intcode-module
2019-12-09 Neil SmithMore tweaking
2019-12-09 Neil SmithTiyding
2019-12-09 Neil SmithDone day 9
2019-12-09 Neil SmithA little tidying
2019-12-09 Neil SmithDay 8 done
2019-12-08 Neil SmithPoint-free tweak
2019-12-08 Neil SmithDone day 7
2019-12-07 Neil SmithPart 2 now using sets
2019-12-07 Neil SmithDone day 6
2019-12-06 Neil SmithNow using the RWS monad stack
2019-12-06 Neil SmithAdded day 5 problem text.
2019-12-06 Neil SmithRemoved some old, dead code
2019-12-06 Neil SmithDone day 5
2019-12-04 Neil SmithAdded some problem texts
2019-12-04 Neil SmithAn slightly different way to approach it
2019-12-04 Neil SmithRemoved a redundant filter
2019-12-04 Neil SmithDone day 4
2019-12-03 Neil SmithParsing tweaks.
2019-12-03 Neil SmithI remembered about foldl1 !
2019-12-03 Neil SmithNow using M.intersectionWith, so no need for Data.Set
2019-12-03 Neil SmithUpdated readme for ghci calls
2019-12-03 Neil SmithDone day 3 part 2
2019-12-03 Neil SmithDone day 3 part 1
2019-12-02 Neil SmithUpdated README
2019-12-02 Neil SmithDone day 2
2019-12-01 Neil SmithCouple of typo fixes.
2019-12-01 Neil SmithPart 2 now point-free
2019-12-01 Neil SmithUpdated readme
2019-12-01 Neil SmithDone day 1
2019-11-29 Neil SmithInitial file structure set up.