1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-06-26 18:07:30 +08:00
ContextOS/src/main.go
2023-05-22 23:14:55 +08:00

6 lines
76 B
Go

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