Skip to content

kipply/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world-special

A Node.js module created experimentally to print Hello World into the console.

Installation

npm install hello-world-special --save

Usage

Javascript

var helloWorld = require('hello-world-special');
helloWorld.helloWorld();

TypeScript

import { helloWorld } from 'hello-world-special';
helloWorld();

About

NPM Module that prints "Hello, World!"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published