fork download
  1. using System;
  2.  
  3. class Program
  4. {
  5. static void Main()
  6. {
  7. Console.WriteLine("Hello, World!");
  8. }
  9. }
  10.  
  11.  
  12.  
  13.  
  14.  
Success #stdin #stdout 0.05s 28472KB
stdin
45
stdout
Hello, World!