game.go 81 B

1234567
  1. package game
  2. import "fmt"
  3. func GameInit() {
  4. fmt.Println("Game Initialized")
  5. }