Sign in
bazel
/
bazel
/
ac13e22630ef3bd6cc67cda14633f976b5ffc044
/
.
/
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
}