diff --git a/subjects/addifpositive/README.md b/subjects/addifpositive/README.md index a673e8b0..24d5e5b3 100644 --- a/subjects/addifpositive/README.md +++ b/subjects/addifpositive/README.md @@ -13,6 +13,8 @@ func AddIfPositive(a int, b int) int { ### Usage +Here is a possible program to test your function: + ```go package main @@ -36,4 +38,4 @@ $ go run . 0 0 30 -``` \ No newline at end of file +```