Ad
  • Custom User Avatar

    There are some errors on the local test section

    Unexpected symbol ]', expecting )' or ,'\n/tmp/csharp11664-17-6vp525/fixture.cs(8,76): error CS1525: Unexpected symbol ]', expecting )' or ,'\n","wallTime":0}

    There are also an error when i submitted

    fixture.cs(15,17): error CS0029: Cannot implicitly convert type int[]' to string'\n","wallTime":0}

  • Custom User Avatar

    local test case section has given error.I cant make test on local. Otherwise kata is good for learning array structure

  • Custom User Avatar

    thanks it works well :)

  • Custom User Avatar

    I'm also getting the same error for the C#
    warning CS0414: The private field `KataTest.random' is assigned but its value is never

  • Custom User Avatar

    Test class name and code class name are mismatch

  • Custom User Avatar

    Thanks for this kata serie.
    It is really helpful to make practice OOP in C#
    I want to make one suggestion. Also an implementation of the abstract class structure in another kata will be really useful for learners.
    like circle or triangle classes are inherit from abstract class

  • Custom User Avatar

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