2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00
This commit is contained in:
2019-12-02 03:25:54 +03:00
parent 7d2bcc60f7
commit fb6276d6e5
15 changed files with 153 additions and 123 deletions

View File

@ -1,5 +1,5 @@
exports.printMsg = function() {
console.log("Esiur 1.1");
console.log("Esyur 1.1");
}
module.exports = { wh };