fork download
  1. function display (word) {console.log(word); }
  2. display("Hi");
  3. display("Hi");
  4.  
Success #stdin #stdout 0.02s 16504KB
stdin
Standard input is empty
stdout
Hi
Hi