UNPKG

@bennjoe/hello-world

Version:

This is a package that prints the solution to Hello World in diffrent languages

7 lines (5 loc) 213 B
const helloWorld = require('@bennjoe/hello-world'); // returns the hello-world for c++ console.log(helloWorld('c++')); // returns the hello-world for all languages supported console.log(helloWorld('all'));