Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gci-hello-world

bjornskjald3MIT1.0.0

Hello world module for Google Code-in Task

readme

hello-world

Usage:

const hello = require('gci-hello-world')
hello() // Result: "Hello World" printed in the console