FLUJOS/VISUALIZACION/node_modules/brfs/example/async.js
2025-11-07 00:06:12 +01:00

4 lines
121 B
JavaScript
Executable file

var fs = require('fs');
fs.readFile(__dirname + '/robot.html', 'utf8', function (err, html) {
console.log(html);
});