neoneo-go/pkg/compiler/testdata/compile/test.go
2020-01-14 17:33:04 +03:00

7 lines
124 B
Go

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