• + 2 comments

    I am trying this challenge in C#. When I try to run my code via the website I am getting an error,

    "solution.cs(38,7): error CS1525: Unexpected symbol void', expectingclass', delegate',enum', interface',partial', or `struct' Compilation failed: 1 error(s), 0 warnings",

    However, when I copy my code into Visual Studios and run it, everything works fine. I can't find any obvious errors in the code, I am thinking it's a problem in the problem itself. Has anyone else had success submitting C# code for this problem  

    Edit: I ended up copying each method in individually, and it seems to work now.