UNPKG

hellofromsusampath

Version:
5 lines (4 loc) 108 B
function printHello(){ console.log("Hello from Susampath!!"); } module.exports.printHello = printHello;