package main import ( "testing" ) func TestPlayGame(t *testing.T) { PlayGame(4) }