7 lines
132 B
Go
7 lines
132 B
Go
package minesweeper
|
|
|
|
// Define the Board type here.
|
|
|
|
func (b Board) Count() error {
|
|
panic("Please implement the Count function")
|
|
}
|