Browse Source

Update README.md

pull/1291/head
Hamza elkhatri 2 years ago committed by David Mata
parent
commit
69b19b2269
  1. 4
      subjects/ismultiple/README.md

4
subjects/ismultiple/README.md

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

Loading…
Cancel
Save