This commit is contained in:
zainabdnaya 2022-06-20 16:52:25 +01:00 committed by David Mata
parent 310d16d23d
commit c7e4e42d0a
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ func Divisors(n int) int {
```
### Usage
Here is a possible program to test your function:
```go
package main