neo-go/pkg/compiler/testdata/compile/test.go
2020-03-03 17:21:42 +03:00

7 lines
123 B
Go

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