tutus-chain/pkg/compiler/testdata/compile/test.go

8 lines
136 B
Go

package compile
import "git.marketally.com/tutus-one/tutus-chain/pkg/interop/runtime"
func Main() {
runtime.Notify("Hello world!")
}