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:
2020-01-14 02:40:13 +03:00
parent 2a99d4c04a
commit b74d236ca3
11 changed files with 14335 additions and 57 deletions

View File

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