Browse Source

Update README.md

pull/1285/head
Hamza elkhatri 2 years ago committed by David Mata
parent
commit
d66915e3b0
  1. 3
      subjects/betweenus/README.md

3
subjects/betweenus/README.md

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

Loading…
Cancel
Save