hello-world-ayush
v1.0.1
Published
"Prints hello world to your console"
Downloads
2
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.