fork(1) download
  1. r = ""
  2. c = 'z'
  3. i = 0;
  4. while i<9999999:
  5. r += c;
  6. i=i+1;
  7. print (r[0]);
Success #stdin #stdout 2.14s 9992KB
stdin
Standard input is empty
stdout
z