Created
July 7, 2018 13:21
-
-
Save mfrachet/7cb3f2117ef96d6e15fde85c58ff7609 to your computer and use it in GitHub Desktop.
example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fs = require('fs'); | |
const data = fs.readFileSync('/file.md'); | |
console.log("Hey guys"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment