bad joke

selfsame 82b346a665 Merge pull request #2 from ddmills/patch-1 8 vuotta sitten
test aa9db3ac21 initial commit of package 8 vuotta sitten
.gitignore 9ddc30d074 Initial commit 8 vuotta sitten
LICENSE aa9db3ac21 initial commit of package 8 vuotta sitten
hello.js aa9db3ac21 initial commit of package 8 vuotta sitten
hello_world.js aa9db3ac21 initial commit of package 8 vuotta sitten
package.json aa9db3ac21 initial commit of package 8 vuotta sitten
readme.md 1d677e186c how 2 markup 8 vuotta sitten
travis.yml aa9db3ac21 initial commit of package 8 vuotta sitten
world.js aa9db3ac21 initial commit of package 8 vuotta sitten

readme.md

readme.md

Hello World

provides the hello world string for use.

Usage

```js var helloWorld = require('helloWorld');

console.log(HelloWorld)

``