fork(2) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. Console.Write("Hello 1\n");
  8. Console.Write("Hello 2\n");
  9. Console.Write("Hello 3\n");
  10. Console.Write("Hello 4\n");
  11. }
  12. }
Success #stdin #stdout 0.02s 26236KB
stdin
Standard input is empty
stdout
Hello 1
Hello 2
Hello 3
Hello 4