fork download
  1. using System;
  2. namespace ProjectTest{
  3. class MainClass {
  4. public static void Main (string[] args) {
  5.  
  6.  
  7. Console.WriteLine ("Hello World!");
  8. Console.ReadKey ();
  9. }
  10. }
  11. }
Success #stdin #stdout 0.02s 15892KB
stdin
Standard input is empty
stdout
Hello World!