Ad
  • Custom User Avatar

    yes, at least in this kata

  • Custom User Avatar

    I'm not really sure why/if it doesn't show logs for sample tests, but it DOES show them for random tests, when you hit 'attempt'.

  • Custom User Avatar

    Not a KATA issue. You're right, the answer for array [2,2,101,2] is 6, but you're probably looking at output of another test. (the log comes before expected result)

    posiblity to show console mesages is disabled

    ??? No it's not, just use Console.WriteLine(string.Join(", ", array)) or something like that and it works fine.