From 54c5214072e55db3fa141fee66fe175e294a91fa Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 21 Jun 2022 01:41:51 +0100 Subject: [PATCH] Update README.md --- subjects/countnegative/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +```