exercism

The Clojure Track: https://exercism.io/my/tracks/clojure
practicalli-john 2020-06-22T09:18:31.279900Z

@simonfruendt If there are 11 numbers then it seems the first one is the international country code. So the overall format would be something like

_(NXX)-NXX-XXXX
Where _ is the international code for the USA, eg. 1. Does that make sense?

Simon 2020-06-22T09:29:54.283100Z

@jr0cket I have done a solution yesterday but haven't submitted it yet. There I assumed a format like _ (optional but must be 1) (XXX)-XXX-XXXX. This passed the test. I will bring up the issue there directly.

practicalli-john 2020-06-22T09:32:37.283900Z

Work is being done to improve the descriptions on all the exercises, so any feedback from students is most welcome. Thank you.