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