We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdee26 commit 438cffeCopy full SHA for 438cffe
docs/day07.md
@@ -1,7 +1,7 @@
1
# Day Seven: Handy Haversacks
2
3
-* [Problem statement](https://adventofcode.com/2020/day/6)
4
-* [Solution code](https://github.com/abyala/advent-2020-clojure/blob/master/src/advent_2020_clojure/day06.clj)
+* [Problem statement](https://adventofcode.com/2020/day/7)
+* [Solution code](https://github.com/abyala/advent-2020-clojure/blob/master/src/advent_2020_clojure/day07.clj)
5
6
---
7
@@ -147,4 +147,4 @@ parent contains. Add them all up, and we're done!
147
148
(defn part2 [input]
149
(total-children (parse-ruleset input) shiny-gold))
150
-```
+```
0 commit comments