fork download
  1. using System;
  2.  
  3. namespace Hello
  4. {
  5. class Program
  6. {
  7. public static void Main(string[] args)
  8. {
  9. Console.WriteLine("Hello World!");
  10. }
  11. }
  12. }
  13.  
  14.  
  15.  
Success #stdin #stdout 0.05s 28464KB
stdin
Standard input is empty
stdout
Hello World!