game.go 82 B

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