8 lines
86 B
Go
8 lines
86 B
Go
|
package game
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func director() {
|
||
|
fmt.Println("This is the director.")
|
||
|
}
|