flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
5
VISUALIZACION/node_modules/static-module/test/many/source.js
generated
vendored
Executable file
5
VISUALIZACION/node_modules/static-module/test/many/source.js
generated
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
var fs = require('fs');
|
||||
var a = fs.readFileSync(__dirname + '/a.txt', 'utf8');
|
||||
var b = fs.readFileSync(__dirname + '/b.txt', 'utf8');
|
||||
var c = fs.readFileSync(__dirname + '/c.txt', 'utf8');
|
||||
console.log(a + b + c);
|
||||
Loading…
Add table
Add a link
Reference in a new issue