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