mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 23:42:23 +00:00
7 lines
53 B
Go
7 lines
53 B
Go
package a
|
|
|
|
var A = 29
|
|
|
|
func GetA() int {
|
|
return A
|
|
}
|