Ad
  • Custom User Avatar

    You should raise code problems as a question and not an issue, unless it's demonstratably the kata's problem.

    The compiler error is already telling you what you're missing. You need to put using System.Collections.Generic before you can use Dictionary and List.