hello-world-ayush

"Prints hello world to your console"

Usage no npm install needed!

<script type="module">
  import helloWorldAyush from 'https://cdn.skypack.dev/hello-world-ayush';
</script>

README

Hello World

Installation 🏗️

npm install hello-world-ayush

Usage

Import the hello-world-ayush package like

const printHelloWorld = require("hello-world-ayush");

Then use, printHelloWorld();

It will log a Hello World message to your console.