Comment on Interviews on SkypeComments−Meph5049yC# doesn't seem to be working properlystring Hello () { return "test"; }Console.WriteLine(Hello());solution.cs(1,0): error CS1525: Unexpected symbol `string'
Comments
C# doesn't seem to be working properly
string Hello () { return "test"; }
Console.WriteLine(Hello());
solution.cs(1,0): error CS1525: Unexpected symbol `string'