Skip to content

Instantly share code, notes, and snippets.

@shaikh-shahid
Created April 5, 2016 07:36
Show Gist options
  • Save shaikh-shahid/626c409c8b32d197ef7df1f15b33643a to your computer and use it in GitHub Desktop.
Save shaikh-shahid/626c409c8b32d197ef7df1f15b33643a to your computer and use it in GitHub Desktop.
var fs = require("fs");
fs.readFile('async.js','utf8',function(err,data){
if(!err) {
console.log(data);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment