FLUJOS/VISUALIZACION/node_modules/static-module/test/fs/html.js
2025-11-07 00:06:12 +01:00

2 lines
93 B
JavaScript
Executable file

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