clojure-hackos.time-in-words
Solution to the Time in Words challenge. See: https://www.hackerrank.com/challenges/the-time-in-words
time->str
(time->str h m)
Returns a time expression for the given hour and number of minutes.
Solution to the Time in Words challenge. See: https://www.hackerrank.com/challenges/the-time-in-words
(time->str h m)
Returns a time expression for the given hour and number of minutes.