cluster/src/main.go
2025-02-15 12:29:01 +08:00

5 lines
75 B
Go

package main
import "shylinux.com/x/ice"
func main() { print(ice.Run()) }