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