Merge branch 'master' of ssh://git.bullercodeworks.com:2200/brian/adventofcode
This commit is contained in:
commit
93676db103
@ -57,7 +57,7 @@ func parseNode(vals []int) (*Node, []int) {
|
|||||||
|
|
||||||
func part1() {
|
func part1() {
|
||||||
fmt.Println("= Part 1 =")
|
fmt.Println("= Part 1 =")
|
||||||
fmt.Println("Sum:", top.recurMetaSum())
|
fmt.Println(top.recurMetaSum())
|
||||||
}
|
}
|
||||||
|
|
||||||
func part2() {
|
func part2() {
|
||||||
|
Loading…
Reference in New Issue
Block a user