education/src/main.go
jingganjiaoyu e4e1a032ba opt some
2024-08-03 09:20:09 +08:00

11 lines
175 B
Go

package main
import (
"shylinux.com/x/ice"
_ "shylinux.com/x/education/src/jiaowuxitong"
)
func main() { print(ice.Run()) }
func init() { ice.Info.Titles = "云教育" }