forked from x/ContextOS
8 lines
123 B
Go
8 lines
123 B
Go
package main
|
|
|
|
import "shylinux.com/x/ice"
|
|
|
|
func main() { print(ice.Run()) }
|
|
|
|
func init() { ice.Info.Titles = "ContextOS" }
|