fork(1) download
  1. -- your code goes here
  2.  
  3. local a = io.stdin:read();
  4. print (a);
Success #stdin #stdout 0s 4576KB
stdin
hello.
world
stdout
hello.