Skip to content

Commit

Permalink
Solve Day 17 (#30)
Browse files Browse the repository at this point in the history
* Setup Day 17

* Solve part 1

* Update readme to include part 2

* solve part 2

* Remove fit

* Refactor solution to make use of classes

* use explicit imports

* Fix Hlint: dedupe offset list comprehension
  • Loading branch information
manuphatak committed Dec 24, 2020
1 parent 4724ec4 commit 5384f0a
Show file tree
Hide file tree
Showing 6 changed files with 626 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AdventOfCode2020.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ library
Day16.Parser
Day16.Solution
Day16.Utils
Day17.Solution
Practice.Foldable
Template.Solution
other-modules:
Expand Down Expand Up @@ -86,6 +87,7 @@ test-suite AdventOfCode2020-test
Day14.SolutionSpec
Day16.SolutionSpec
Day16.UtilsSpec
Day17.SolutionSpec
Practice.FoldableSpec
Template.SolutionSpec
Paths_AdventOfCode2020
Expand Down
Loading

0 comments on commit 5384f0a

Please sign in to comment.