bc-hello-world
v1.2.1
Published
Prints Hello World when run method is called.
Downloads
2
Readme
bc-hello-world
I made this repitory for a Google Code-In task.
Install
npm i bc-hello-world
Documentation
- Methods
- run() - Prints "Hello World" to the console.
Example
// Imports the module
const HelloWorld = require('bc-hello-world')
// Prints "Hello World"
HelloWorld.run()