mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 17:24:05 +08:00
8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
)
|
|
|
|
func main() { print(ice.Run()) }
|