Browse Source

feat:Add test cases

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

1
subjects/divisors/README.md

@ -4,6 +4,7 @@
Write a function that takes a positive integer and returns the number of it's devisors.
- If the the number a is negative return 0.
- Test numbers from 0 to 99999999 .
### Expected function
```go

Loading…
Cancel
Save