neo-go/pkg/compiler/testdata/compile/test.go

8 lines
123 B
Go
Raw Permalink Normal View History

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