helloworld-ddxtanx
v1.1.0
Published
Sugar Labs Google Code In Hello World project
Readme
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!
