Untitled

Anonymous
golang
01/11/2023 3:38 AM
72 B
24
Indexable
func foo() *[]*int {
    var a *[]*int
    return a
}
Editor is loading...