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

4 lines
143 B
JavaScript
Executable file

var fs = require('fs');
var path = require('path');
var html = fs.readFileSync(path.join(__dirname, 'robot.html'), 'utf8');
console.log(html);