Ejemplo n.º 1
0
func main() {
	if test.GetAnswer() == 42 {
		os.Exit(0)
	} else {
		os.Exit(1)
	}
}
Ejemplo n.º 2
0
func GetAnswer() int {
	return test.GetAnswer()
}