Merge branch 'master' of ssh://git.bullercodeworks.com:2200/brian/adventofcode

This commit is contained in:
Brian Buller 2018-12-03 18:12:10 +00:00
commit 93676db103
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() {