Browse Source

docs: Add returning type

pull/1622/head
estlop 2 years ago committed by José Rosendo
parent
commit
c98b517c71
  1. 2
      subjects/multorsum/README.md

2
subjects/multorsum/README.md

@ -7,7 +7,7 @@ Write a function that receives a slice of int and and int representing the initi
### Expected function
```go
func MultOrSum(ints []int, init int) {
func MultOrSum(ints []int, init int) int {
}
```

Loading…
Cancel
Save