Skip to content

Instantly share code, notes, and snippets.

@rpf5573
Last active September 13, 2018 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpf5573/cc04fe528926a712b84ff2a6397162a9 to your computer and use it in GitHub Desktop.
Save rpf5573/cc04fe528926a712b84ff2a6397162a9 to your computer and use it in GitHub Desktop.
console.log('start');
const fs = require('fs');
const data = fs.readFileSync('test.txt');
console.log('end');
# output
# -------
# start
# end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment