fork download
  1. class Program
  2. {
  3. static void Main(string[] args)
  4. {
  5. System.Console.WriteLine("Hello World!");
  6. }
  7. }
  8.  
Success #stdin #stdout 0.02s 15712KB
stdin
Standard input is empty
stdout
Hello World!