js lang solution №2 update
This commit is contained in:
parent
22179a17e2
commit
6034154ee6
1 changed files with 40 additions and 43 deletions
|
|
@ -36,9 +36,6 @@ function findSum(target, numbers) {
|
|||
return [];
|
||||
}
|
||||
|
||||
/**
|
||||
* Точка входа (Аналог main)
|
||||
*/
|
||||
function main() {
|
||||
const args = process.argv.slice(2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue