commit 5db45fd1c54a0ffe8c11d512c37b120319c843bf Author: Sergey Krylov Date: Sat May 3 15:52:14 2025 +0300 initial commit diff --git a/test.js b/test.js new file mode 100644 index 0000000..8a4fc14 --- /dev/null +++ b/test.js @@ -0,0 +1,2 @@ +const a = 22; +console.log('sum', a); \ No newline at end of file