aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/go/lib/lib.go
blob: f97e3aefce2c10ad39460187b7fc16e560c238b9 (plain)
1
2
3
4
5
6
package lib

// Meaning calculates the meaning of Life, the Universe and Everything.
func Meaning() int {
	return 42
}