h8d

1.0.4 • Public • Published

h8d || Hello World

This is my first NPM Package it just prints Hello World!!! in console

Installation

npm i h8d

How to Use

const helloWorld = require("h8d");

helloWorld();

Below is the code in the h8d index.js file

function h8d() {
  return console.log("Hello World!!!");
}

module.exports = h8d;

Package Sidebar

Install

npm i h8d

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

2.06 kB

Total Files

4

Last publish

Collaborators

  • s54a