string Hello () { return "test"; }
Console.WriteLine(Hello());
solution.cs(1,0): error CS1525: Unexpected symbol `string'
No comments yet.