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