package day07
import (
"log"
)
func Solve2() {
counter := getRecursiveContents("shiny gold")
log.Printf("2020-12-07.02: Answer: %d\n", counter)
}