fork download
  1. using System;
  2.  
  3. class Test{
  4. static void Main(){
  5. Console.WriteLine("hello");
  6.  
  7. }
  8. }
  9.  
  10.  
Success #stdin #stdout 0.03s 23856KB
stdin
Standard input is empty
stdout
hello