fork download
  1. using System;
  2. using System.Threading;
  3.  
  4. class Program
  5. {
  6. static void Main()
  7. {
  8. Thread.Sleep(100000); // wacht 100 seconde
  9. }
  10. }
Success #stdin #stdout 0.04s 21812KB
stdin
Standard input is empty
stdout
Standard output is empty