1.0.1 • Published 8 years ago

@alarmeddino/hello-world v1.0.1

Weekly downloads
2
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

@alarmeddino/hello-world

The simple "Hello, World!" (and the like "Hello World") has been seen on many a terminal for almost 50 years by beginner programmers, so this is my implementation as a node package. This was created for a task in Google Code-in that was issued by Sugar Labs.

Installation

npm i @alarmeddino/hello-world

Example (and possible only) Usage

const helloworld = require('@alarmeddino/hello-world');
helloworld();