package day_01
type Day struct{}
func (d *Day) Part1(in string) string {
return ""
}
func (d *Day) Part2(in string) string {