1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 01:04:06 +08:00
ContextOS/src/main.go
2024-03-18 21:25:12 +08:00

9 lines
112 B
Go

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