1.1.0 • Published 6 years ago

helloworld-ddxtanx v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

gciHelloWorld

Welcome! To use this repo first download it from NPM by running

npm install helloworld-ddxtanx

Then, in any JS file in the directory you ran the previous command, type

var helloWorld = require("helloworld-ddxtanx");

Now, anywhere in your code, you can run

helloWorld();

to output 'Hello World' to the console!