init.go 87 B

1234567
  1. package ai_random
  2. import "fmt"
  3. func init() {
  4. fmt.Println("AI Random Initialized")
  5. }