diff --git a/index.js b/index.js index 7e9d198..0bfc532 100644 --- a/index.js +++ b/index.js @@ -1,4 +1 @@ -const fs = require("fs"); - -var createStream = fs.createWriteStream("test.txt"); -createStream.end(); \ No newline at end of file +console.log("This is my first node module. Thank you for installing it. \nI will shortly upload this with real code."); \ No newline at end of file