/helloworld

github repository for the npm helloWorld package

Primary LanguageJavaScriptApache License 2.0Apache-2.0

readme.md

Hello World

provides the hello world string for use.

Usage

var helloWorld = require('helloWorld');

console.log(HelloWorld)

``