Day 17: Part 2

But Part 1 is gone now!

Signed-off-by: James Griffin <james@unsupervised.ca>
This commit is contained in:
2020-12-17 21:27:49 -04:00
parent 93103bd18a
commit ef2cc37206
3 changed files with 63 additions and 50 deletions

View File

@@ -72,5 +72,5 @@ func main() {
// fmt.Println(sixteen.PartTwo())
// Day 17
fmt.Println(seventeen.PartOne())
fmt.Println(seventeen.PartTwo())
}