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

8 lines
86 B
Go

package game
import "fmt"
func director() {
fmt.Println("This is the director.")
}