Ad
  • Default User Avatar

    Look the C# signature of the function: public static List<int> sqInRect(int lng, int wdth).

  • Default User Avatar

    I was able to solve it in c# with visual studio but not here.
    As many people here have said before it needs some clarity in terms of return type.
    It's a list function but the kata says return an int[].
    Cool problem though.