UNPKG

117 BJavaScriptView Raw
1var fs = require('fs');
2var txt = fs.readFileSync(__dirname + '/robot.html', { encoding: 'hex' });
3
4console.log(txt);
\No newline at end of file