Hacker News new | ask | show | jobs
by Meph504 3225 days ago
C# doesn't seem to be working properly

string Hello () { return "test"; }

Console.WriteLine(Hello());

solution.cs(1,0): error CS1525: Unexpected symbol `string'