hello-world-classic

0.0.1 • Public • Published

hello-world-classic

An npm module that prints the classic 'hello, world'

Here is the entire code:

module.exports = function() {
  console.log('hello, world')
}

Install

$ npm install hello-world-classic

Usage

var hello = require('hello-world-classic')
hello()

License

MIT

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i hello-world-classic

      Weekly Downloads

      7

      Version

      0.0.1

      License

      MIT

      Last publish

      Collaborators

      • seanewest