UNPKG

roger-hello-world

Version:

Hello world from Rogersoft

10 lines (7 loc) 217 B
// index.js // This is the main function of our module function sayHello() { console.log("Hello, World!"); } // Export the function so it can be used in other files module.exports = sayHello;