blob: 1b2b1a4262e16b3e75e7fc161528cb465be6e8ce [file] [log] [blame]
package p3
type ThirdBase struct{}
func (tb *ThirdBase) GoodPlayer() (i, j, k int)
func BadHop(i, j, k int) (l, m bool, n, o *ThirdBase, err error)