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.
Input is of format
x;y
instead ofy;x
, so0;0 0;0 0;1 1;1
givesinstead of
.
FixedTests("0;0 0;0 0;1 1;1",0)
Test Failed
Expected and actual are both <System.Char[3]>
Values differ at index [2]
Expected: 'e'
But was: 's'
Why it should be "east"? If array contains element at position 0;1 that means 0;0 will be not visible from "east".What am i doing wrong or what i don't understand?