function Main() { console.log('Hello World!'); } // Don't edit this line! Main(require("fs").readFileSync("/dev/stdin", "utf8"));