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