Day 15: Part 2

Signed-off-by: James Griffin <james@unsupervised.ca>
This commit is contained in:
2020-12-15 20:13:06 -04:00
parent 4733cfa321
commit ab1a158f25
3 changed files with 26 additions and 0 deletions

View File

@@ -65,4 +65,5 @@ func main() {
// Day 15
fmt.Println(fifteen.PartOne())
fmt.Println(fifteen.PartTwo())
}