Skip to content

Commit 438cffe

Browse files
authored
Update day07.md
1 parent dfdee26 commit 438cffe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/day07.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Day Seven: Handy Haversacks
22

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)
3+
* [Problem statement](https://adventofcode.com/2020/day/7)
4+
* [Solution code](https://github.com/abyala/advent-2020-clojure/blob/master/src/advent_2020_clojure/day07.clj)
55

66
---
77

@@ -147,4 +147,4 @@ parent contains. Add them all up, and we're done!
147147

148148
(defn part2 [input]
149149
(total-children (parse-ruleset input) shiny-gold))
150-
```
150+
```

0 commit comments

Comments
 (0)