fork download
  1. txt = "a";
  2. while(1){
  3. txt = txt += "a";
  4. }
Runtime error #stdin #stdout #stderr 4.49s 29592KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
uncaught exception: out of memory