print-hello-to-console

Prints 'Hello! ' to the console screen.

Usage no npm install needed!

<script type="module">
  import printHelloToConsole from 'https://cdn.skypack.dev/print-hello-to-console';
</script>

README

Print Hello To Console

NPM package that prints 'Hello! ' to the console.

Usage

NPM Install:

npm install print-hello-to-console

Enjoy!

const printHello = require('print-hello-to-console')
printHello()