Advent-of-Code-2023/day22/sandSlabs.go

11 lines
94 B
Go

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