fork(2) download
  1. using System;
  2.  
  3. public class Program {
  4. public static void Main() {
  5. Console.WriteLine(new String('P', 5));
  6. }
  7. }
  8.  
  9. //https://pt.stackoverflow.com/q/115399/101
Success #stdin #stdout 0.02s 15808KB
stdin
Standard input is empty
stdout
PPPPP