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

5 lines
119 B
JavaScript
Executable file

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