blob: f97e3aefce2c10ad39460187b7fc16e560c238b9 [file] [log] [blame]
package lib
// Meaning calculates the meaning of Life, the Universe and Everything.
func Meaning() int {
return 42
}