Browse Source

Update README.md

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

2
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

Loading…
Cancel
Save