3 lines
91 B
JavaScript
3 lines
91 B
JavaScript
exports.printMsg = function() {
|
|
console.log("Visit https://wedding.rampatra.com !");
|
|
}; |