RosettaCodeData/Task/Program-termination/Go/program-termination-1.go

6 lines
54 B
Go

func main() {
if problem {
return
}
}