mirror of
https://shylinux.com/x/education
synced 2025-04-28 19:32:02 +08:00
11 lines
175 B
Go
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 = "云教育" } |