mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-03-09 19:34:29 +00:00
7 lines
53 B
Go
7 lines
53 B
Go
package a
|
|
|
|
var A = 29
|
|
|
|
func GetA() int {
|
|
return A
|
|
}
|