rowboz/game/init.go
2023-12-01 19:10:47 +01:00

8 lines
77 B
Go

package game
import "fmt"
func init() {
fmt.Println("This is a thing!")
}