MCPcopy Create free account
hub / github.com/VanjaRo/LeetCode / main

Function main

tasks/59.go:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import "fmt"
4
5func main() {
6 fmt.Print(generateMatrix(3))
7}
8
9func generateMatrix(n int) [][]int {
10 matrix := make([][]int, n)

Callers

nothing calls this directly

Calls 2

generateMatrixFunction · 0.85
PrintMethod · 0.80

Tested by

no test coverage detected