Update DivideByZeroBad.go

This commit is contained in:
monkey-junkie
2021-01-03 00:54:42 +03:00
committed by GitHub
parent 4b36a62834
commit d81ec15990

View File

@@ -16,4 +16,4 @@ func main() {
out := val1 / value
fmt.Println(out)
return
}
}