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