ddxtanx / gciHelloWorld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About


Languages

Language:JavaScript 100.0%