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