Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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
a thank you :)
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"?