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