rowboz/main.go
2023-12-01 19:10:47 +01:00

7 lines
60 B
Go

package main
func main() {
game.init()
game.director()
}