Создать заготовку модуля | Create the module's stub

This commit is contained in:
2020-08-19 14:36:39 +03:00
commit a0c9d61cc2
3 changed files with 14 additions and 0 deletions

5
0000 Normal file
View File

@@ -0,0 +1,5 @@
Основа Маджонга | Mahjong's base
1.0.0
/пуск|run.череда
x /пуск|run.js

7
пуск|run.js Normal file
View File

@@ -0,0 +1,7 @@
ПоприветствоватьМир = function()
{
console.log("Привет, мир!");
console.log("Hello, world!");
document.body.innerHTML += "<h1>Привет, мир!</h1>";
document.body.innerHTML += "<h1>Hello, world!</h1>";
};

View File

@@ -0,0 +1,2 @@
пуск
поприветствовать мир