package game

import "fmt"

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