예제 #1
0
파일: main.go 프로젝트: RoyDong/notes
func init() {
	potato.Init()
}
예제 #2
0
파일: main.go 프로젝트: RoyDong/battle
func main() {
	potato.Init()
	potato.Run()
}