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