hello-world-classic

Just a method that prints 'hello, world'

MIT 2 个版本
安装
npm install hello-world-classic
yarn add hello-world-classic
pnpm add hello-world-classic
bun add hello-world-classic
README

#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

版本列表
0.0.1 2014-05-21
0.0.0 2014-05-21