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

6 lines
76 B
Go

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