1.0.3 • Published 8 years ago
mod_helloworld v1.0.3
mod_helloworld
This is a Node.js module to print Hello World in the console
Installation
npm install mod_helloworld --saveUsage
Javascript
var helloworld = require('mod_helloworld');
helloworld.HelloWorld();Output should be 'Hello World !!!' in the console##Test
npm test###Output
Hello World!!!