1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/src/main.go
2023-05-22 22:40:28 +08:00

9 lines
120 B
Go

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