Skip to content

ilearnio/hello-world-classic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#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

About

An npm module that prints 'hello, world'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%