package main import ( "fmt" dayone "sunshine.industries/aoc2023/day1" ) func main() { s := "yoyo!" fmt.Printf("hello, %s\n", s) dayone.Run() }