Testuje gita dalej

This commit is contained in:
knmarcin 2018-11-13 17:00:55 +01:00
parent 353ee775c1
commit a2f5eeee4f

View File

@ -64,6 +64,7 @@ func SpawnPlayers() {
gameBoard[i][29] = Player2[i] gameBoard[i][29] = Player2[i]
} }
func TestingGit() { func TestingGit() {
}
fmt.Print("Sprawdzam")
} }