Files
CEHMA/🎬.js

6 lines
147 B
JavaScript

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