Sign in
bazel
/
bazel
/
8a2d077f0f440b3555f20ae7b5a1c709b74d65f6
/
.
/
examples
/
go
/
lib
/
lib.go
blob: f97e3aefce2c10ad39460187b7fc16e560c238b9 [
file
]
package lib
// Meaning calculates the meaning of Life, the Universe and Everything.
func Meaning() int {
return 42
}