github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/compiler/testdata/compile/test.go (about) 1 package compile 2 3 import "github.com/nspcc-dev/neo-go/pkg/interop/runtime" 4 5 func Main() { 6 runtime.Notify("Hello world!") 7 }