Ad
  • Custom User Avatar

    This Kata is much harder in F# due to the old F# version used. In later versions, it is possible to do String.Split(" ") to separate only the 3 spaces in-between words. As it stands, the logic required is more complicated for such a simple problem.