clojure-hackos.divisors

Solves the Find Digits problem. See: https://www.hackerrank.com/challenges/find-digits

find-digits

(find-digits num)

Returns the number of digits which are factors of the given num.