10 lines
86 B
Go
10 lines
86 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestPlayGame(t *testing.T) {
|
|
PlayGame(4)
|
|
}
|