Update README.md

This commit is contained in:
Hamza elkhatri 2022-06-21 09:36:28 +01:00 committed by David Mata
parent 1727ae0d86
commit d66915e3b0
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ func BetweenUs(num, min, max int) bool {
### Usage
Here is a possible program to test your function:
```go
package main