This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
shawei_zz
/
tmrgo
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
1b0b276171
Rami (Branch)
Tag
Getproce
master
tmrgo
/
demo
/
Steppingonmemory
/
main.go
main.go
99 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
package main
func main() {
m :=map[int]int{}
m = make(map[int]int,1)
m[0] = 1
println(m)
}