xref
: /
aosp_15_r20
/
external
/
bazelbuild-rules_go
/
tests
/
legacy
/
examples
/
lib
/
deep
/
thought.go
(revision 9bb1b549b6a84214c53be0924760be030e66b93a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
deep
2
3
// Thought emulates Deep Thought.
4
func
Thought
()
int
{
5
return
42
6
}
7