diff --git a/subjects/countnegative/README.md b/subjects/countnegative/README.md index 06087874..ceefe0d0 100644 --- a/subjects/countnegative/README.md +++ b/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 -``` \ No newline at end of file +```