package day22 import ( "fmt" ) func Run() int { fmt.Print("oi, hello day 22") return 0 }