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

This commit is contained in:
2020-10-21 14:05:22 +03:00
incheckning fd84962755
3 ändrade filer med 11 tillägg och 0 borttagningar

4
0000 Normal file
Visa fil

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

5
пуск|run.js Normal file
Visa fil

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

Visa fil

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