1.2.1 • Published 6 years ago

helloworld-codein v1.2.1

Weekly downloads
13
License
-
Repository
-
Last release
6 years ago

Hello World - for Google CodeIn

This contains a simple Node.JS module for printing "Hello World" in the terminal / console window. This project was created for Google CodeIn.

Install:

Using NPM:

npm i helloworld-codein

How to use:

const HelloWorld = require("helloworld-codein");

HelloWorld.print(); // Print "Hello World"
1.2.1

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

0.0.1

6 years ago