12 lines
136 B
Go
12 lines
136 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main(){
|
|
fmt.Println(api())
|
|
fmt.Println(player())
|
|
fmt.Println(options())
|
|
fmt.Println(maxitems())
|
|
|
|
|
|
} |