rowboz/game/director.go

8 lines
86 B
Go
Raw Normal View History

2023-12-01 19:10:47 +01:00
package game
import "fmt"
func director() {
fmt.Println("This is the director.")
}