let fs = require(`fs`)
let contents = fs.readFileSync(yourFile, `utf8`) // write code here to do something with the file contents // you can split the contents into separate lines with contents.split(/\r?\n/)