Browse Source

Update README.md

pull/1285/head
Hamza elkhatri 2 years ago committed by David Mata
parent
commit
0344c096fd
  1. 2
      subjects/addifpositive/README.md

2
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

Loading…
Cancel
Save