Browse Source

Update README.md

pull/1291/head
Hamza elkhatri 2 years ago committed by David Mata
parent
commit
54c5214072
  1. 4
      subjects/countnegative/README.md

4
subjects/countnegative/README.md

@ -14,6 +14,8 @@ func CountNegative(numbers []int) int {
### Usage
Here is a possible program to test your function:
```go
package main
@ -35,4 +37,4 @@ $ go run .
10
0
2
```
```

Loading…
Cancel
Save