rowboz/main.go

11 lines
113 B
Go

package main
import (
"gitea.ligthert.net/golang/rowboz/game"
)
func main() {
game.init()
game.director()
}