package main import "io" type day08 struct{} func (d day08) solve1(io.Reader) string { return "incomplete" } func (d day08) solve2(io.Reader) string { return "incomplete" }