Ad
  • Custom User Avatar

    There's a slight issue in the F# version of this kata: the test cases use Int64 as bare type annotations (i.e. without open System or by System.Int64), which means an otherwise valid solution will fail unless it opens System for the tests. Just needs an open System tagging onto the top of the testing code to fix, I think.