Browse Source

devisors

1274-oddlength
zainabdnaya 2 years ago committed by David Mata
parent
commit
c7e4e42d0a
  1. 2
      subjects/divisors/README.md

2
subjects/divisors/README.md

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

Loading…
Cancel
Save