4 lines
50 B
Go
4 lines
50 B
Go
|
|
func get(r, c int) int {
|
||
|
|
return e[r*cols+c]
|
||
|
|
}
|