IamSheikh / hello-world

Hello World is the blazing fast npm package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World

Hello World is blazingly fast JavaScript library that says Hello, World!

yarn add hello-world
npm install hello-world
const helloWorld = require("hello-world");

console.log(helloWorld());

You can also change languages by using an extra parameter

helloWorld("en"); // English
helloWorld("zh"); // Chinese
helloWorld("ja"); // Japanese
helloWorld("fr"); // French

About

Hello World is the blazing fast npm package


Languages

Language:JavaScript 100.0%