2020-06-03 17:47:15 +02:00

4 lines
92 B
JavaScript

exports.printMsg = function() {
console.log("This is a message from the Vosk package");
}