Update README.md

This commit is contained in:
Hamza elkhatri 2022-06-21 01:42:44 +01:00 committed by David Mata
parent 69245b40ba
commit 69b19b2269
1 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ func IsMultiple(number int) bool {
### Usage
Here is a possible program to test your function:
```go
package main
@ -40,4 +42,4 @@ true
false
true
false
```
```