mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
9 lines
115 B
Go
9 lines
115 B
Go
package main
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
_ "shylinux.com/x/contexts/src/"
|
|
)
|
|
|
|
func main() { print(ice.Run()) } |