79155764

Date: 2024-11-04 14:15:55
Score: 1
Natty:
Report link

Basically it does read you data, butit reads the raw data which need to be changed to another format like "utf8" to make sense try using :

const data = fs.readFile("input.txt","utf8",function (err,data){
    if(err){
        return err
    }
    console.log(data);
})

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dylan Fernandes