package compile import "github.com/CityOfZion/neo-go/pkg/interop/runtime" func Main() { runtime.Notify("Hello world!") }