fork(3) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. for(int i = 0; i < 50; i++)
  8. {
  9. Random r = new Random();
  10. Console.Write(String.Format(" {0}",r.Next(100)));
  11. }
  12. }
  13. }
Success #stdin #stdout 0.03s 24144KB
stdin
Standard input is empty
stdout
 70 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41