mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-01 13:49:13 +00:00
7 lines
74 B
Go
7 lines
74 B
Go
|
package inner
|
||
|
|
||
|
// Return65 returns 65.
|
||
|
func Return65() int {
|
||
|
return 65
|
||
|
}
|