1
0
forked from x/ContextOS
ContextOS/main.go
shylinux@163.com 9a5ba7376e opt some
2022-09-24 10:16:44 +08:00

9 lines
115 B
Go

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