rowboz/game/init.go

8 lines
77 B
Go
Raw Normal View History

2023-12-01 19:10:47 +01:00
package game
import "fmt"
func init() {
fmt.Println("This is a thing!")
}