js lang solution №2 update

This commit is contained in:
Дмитрий Голондарев 2026-03-28 22:52:46 +03:00
parent 8a3a35064e
commit 22179a17e2

View file

@ -58,7 +58,7 @@ function main() {
const numbers = args.slice(1).map(Number);
// 3. Запуск поиска
findSum(target, numbers);
const result = findSum(target, numbers);
if (result.length) {
console.log("OK: ", result.join(''));