commit fd84962755aa67ead0edd370886fb83bc0f4e652 Author: Михаил Капелько Date: Wed Oct 21 14:05:22 2020 +0300 Создать пример шаблона | Create a sample of the template diff --git a/0000 b/0000 new file mode 100644 index 0000000..e113330 --- /dev/null +++ b/0000 @@ -0,0 +1,4 @@ +Шаблон | Template + +x /пуск|run.js +/пуск|run.череда diff --git a/пуск|run.js b/пуск|run.js new file mode 100644 index 0000000..47eab0f --- /dev/null +++ b/пуск|run.js @@ -0,0 +1,5 @@ +ПриветИзШаблона = мир => +{ + console.log("Привет из шаблона!"); + console.log("Hello from the template!"); +}; diff --git a/пуск|run.череда b/пуск|run.череда new file mode 100644 index 0000000..249204e --- /dev/null +++ b/пуск|run.череда @@ -0,0 +1,2 @@ +пуск + привет из шаблона