7 lines
60 B
Go
7 lines
60 B
Go
package main
|
|
|
|
func main() {
|
|
game.init()
|
|
game.director()
|
|
}
|