Ad
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Hi there, it's an unfortunate compiler issue that codewars has at the moment. I have updated the things on my end now. Just make sure that your solution isn't using tabs.

  • Custom User Avatar

    Hi, thx for the kata - I've trouble to submit my solution: the test-suite is passing but I've some output on stderr (which prevents me from submitting?):

    /tmp/haskell116115-18-iam4dq.uei7vcayvi/Codewars/G964/Getmiddle/Test.hs:11:1: Warning:
    Tab character

    /tmp/haskell116115-18-iam4dq.uei7vcayvi/Codewars/G964/Getmiddle/Test.hs:12:1: Warning:
    Tab character

    /tmp/haskell116115-18-iam4dq.uei7vcayvi/Codewars/G964/Getmiddle/Test.hs:13:1: Warning:
    Tab character

    /tmp/haskell116115-18-iam4dq.uei7vcayvi/Codewars/G964/Getmiddle/Test.hs:23:1: Warning:
    Tab character

    /tmp/haskell116115-18-iam4dq.uei7vcayvi/Codewars/G964/Getmiddle/Test.hs:24:1: Warning:
    Tab character

    /tmp/haskell116115-18-iam4dq.uei7vcayvi/Codewars/G964/Getmiddle/Test.hs:25:1: Warning:
    Tab character

    /tmp/haskell116115-18-iam4dq.uei7vcayvi/Codewars/G964/Getmiddle/Test.hs:26:1: Warning:
    Tab character

    /tmp/haskell116115-18-iam4dq.uei7vcayvi/Codewars/G964/Getmiddle/Test.hs:27:1: Warning:
    Tab character

  • Custom User Avatar

    a thank you :)

  • Custom User Avatar

    Hi, are you sure that this kata is solvable in javascript, because it's not possible to get a correct javascript Date instance for new Date('0001 12 25') which is always "2025-01-12T00:00:00.000Z"?