Создать пример шаблона | Create a sample of the template

This commit is contained in:
2020-10-21 14:05:22 +03:00
commit fd84962755
3 changed files with 11 additions and 0 deletions

4
0000 Normal file
View File

@@ -0,0 +1,4 @@
Шаблон | Template
x /пуск|run.js
/пуск|run.череда

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

@@ -0,0 +1,5 @@
ПриветИзШаблона = мир =>
{
console.log("Привет из шаблона!");
console.log("Hello from the template!");
};

View File

@@ -0,0 +1,2 @@
пуск
привет из шаблона