Update README.md

This commit is contained in:
Hamza elkhatri 2022-06-21 01:41:51 +01:00 committed by David Mata
parent 1d8cacc5c6
commit 54c5214072
1 changed files with 3 additions and 1 deletions

View File

@ -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
```
```