/gciHelloWorld

Primary LanguageJavaScript

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!