Update '2018/day08/day08.go'

This commit is contained in:
Brian Buller 2018-12-08 10:58:07 -06:00
parent 2469a641db
commit 83bd3b4f28
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func parseNode(vals []int) (*Node, []int) {
func part1() {
fmt.Println("= Part 1 =")
fmt.Println("Sum:", top.recurMetaSum())
fmt.Println(top.recurMetaSum())
}
func part2() {