Browse Source

Update README.md

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

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

Loading…
Cancel
Save