RosettaCodeData/Task/Program-termination/Go/program-termination-1.go
2023-07-01 13:44:08 -04:00

5 lines
54 B
Go

func main() {
if problem {
return
}
}