This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
baishaojie
/
tmrgo
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
1
위키
트리:
2ebf87524f
브랜치
태그
develop
english
feature/add-ud-route
feature/group_sync
feature/new-dev
feature/new-dev2
feature/new-develop
feature/new-route
feature/new-scheduled
feature/tmr-group
feature/tmr-group-1.0.0
master
yq
shengmu
tmrgo
/
demo
/
Steppingonmemory
/
main.go
main.go
99 B
히스토리
Raw
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)
}