Frustratingly trying a few things

This commit is contained in:
2023-12-01 19:15:30 +01:00
parent 11f2a3266a
commit 1b81e0b9a5
4 changed files with 4 additions and 58 deletions

View File

@ -1,7 +0,0 @@
package game
import "fmt"
func director() {
fmt.Println("This is the director.")
}