mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-01 23:45:50 +00:00
8 lines
141 B
Go
8 lines
141 B
Go
|
package structs
|
||
|
|
||
|
import "github.com/nspcc-dev/neo-go/pkg/interop/runtime"
|
||
|
|
||
|
func Main() {
|
||
|
runtime.Notify("! complicated name %$#", "str1")
|
||
|
}
|