forked from x/icebergs
13 lines
211 B
Go
13 lines
211 B
Go
package main
|
|
|
|
import (
|
|
"github.com/shylinux/icebergs"
|
|
_ "github.com/shylinux/icebergs/base"
|
|
_ "github.com/shylinux/icebergs/core"
|
|
_ "github.com/shylinux/icebergs/misc"
|
|
)
|
|
|
|
func main() {
|
|
println(ice.Run())
|
|
}
|