5 lines
85 B
Go
5 lines
85 B
Go
|
package constonly
|
||
|
|
||
|
// Answer is the only thing you will ever need.
|
||
|
const Answer = 42
|