String Calculator Kata in F# - another encounter
So far, we can only add numbers delimited by a comma.
The plan for today is to implement step 3,4 and from the description , which is
handle new line "\n" as a delimiter, in addition to comma
support custom delimiters passed in the input.
Besides, w...
blog.ciechowski.net5 min read