Hacker News new | ask | show | jobs
by egor598 3266 days ago
This works for me in TIO:

public class App { public static void Main(string[] args) { System.Console.WriteLine("Hello World"); } }