Browse Source

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

master
commit
fd84962755
3 changed files with 11 additions and 0 deletions
  1. +4
    -0
      0000
  2. +5
    -0
      пуск|run.js
  3. +2
    -0
      пуск|run.череда

+ 4
- 0
0000 View File

@@ -0,0 +1,4 @@
Шаблон | Template

x /пуск|run.js
/пуск|run.череда

+ 5
- 0
пуск|run.js View File

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

+ 2
- 0
пуск|run.череда View File

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

Loading…
Cancel
Save