5 lines
103 B
Go
5 lines
103 B
Go
package rectangles
|
|
|
|
func Count(diagram []string) int {
|
|
panic("Please implement the Count function")
|
|
}
|