process.stdin.resume();process.stdin.setEncoding('utf8'); let x = 1.0;let y = 2.0;let z = x+y;console.log(z);
Standard input is empty
3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!