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