let main(standardInput) => { console.log("hoge") } main(require('fs').readFileSync('/dev/stdin', 'UTF-8'));