0.1.0 • Published 6 years ago

@thelukaszns/display-some-hello-world v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Display some Hello World!

A small 'library' that displays (prints) Hello World! to console!

Installation

npm install @thelukaszns/display-some-hello-world (Yeah, that's some long name.)

Usage

const displayHelloWorld = require('@thelukaszns/display-some-hello-world')

displayHelloWorld() // Should print "Hello World!" to console

Testing

npm test

0.1.0

6 years ago