Update README.md

This commit is contained in:
Hamza elkhatri 2022-06-21 00:55:34 +01:00 committed by David Mata
parent bedf3d69ff
commit 0344c096fd
1 changed files with 3 additions and 1 deletions

View File

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