hello-world
Usage:
const hello = require('gci-hello-world')
hello() // Result: "Hello World" printed in the consoleHello world module for Google Code-in Task
const hello = require('gci-hello-world')
hello() // Result: "Hello World" printed in the console