Hacker News new | ask | show | jobs
by nailer 1359 days ago
This is still too long. I think C# already supports top-level execution (eg, your program is assumed to be main() as do almost all other languages). `println` is also a bad name for something that could just be `log` or `print`.