Browse Source

Update README.md

1266-ascii
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 ### Usage
Here is a possible program to test your function:
```go ```go
package main package main
@ -36,4 +38,4 @@ $ go run .
0 0
0 0
30 30
``` ```

Loading…
Cancel
Save