FLUJOS/VISUALIZACION/node_modules/brfs/test/files/async_str_encoding.js
2025-11-07 00:06:12 +01:00

4 lines
117 B
JavaScript
Executable file

var fs = require('fs');
fs.readFile(__dirname + '/async.txt', 'hex', function (err, txt) {
console.log(txt);
});