mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-01 23:45:50 +00:00
5 lines
85 B
Go
5 lines
85 B
Go
|
package constonly
|
||
|
|
||
|
// Answer is the only thing you will ever need.
|
||
|
const Answer = 42
|