10 lines
68 B
Go
10 lines
68 B
Go
package main
|
|
|
|
func main() {
|
|
|
|
}
|
|
|
|
func setZeroes(matrix [][]int) {
|
|
|
|
}
|