diff --git a/hw/FullSearch/Baseball.js b/hw/FullSearch/Baseball.js index f759e41..e18131d 100644 --- a/hw/FullSearch/Baseball.js +++ b/hw/FullSearch/Baseball.js @@ -52,4 +52,6 @@ function solution(baseball) { let input = [[123, 1, 1], [356, 1, 0], [327, 2, 0], [489, 0, 1]]; -console.log(solution(input)); \ No newline at end of file +console.log(solution(input)); + +// commit 2 \ No newline at end of file diff --git a/hw/FullSearch/Carpet.js b/hw/FullSearch/Carpet.js index d86acce..83eb920 100644 --- a/hw/FullSearch/Carpet.js +++ b/hw/FullSearch/Carpet.js @@ -23,4 +23,6 @@ function solution(brown, red) { //let brown = 16, red = 5; // [7, 3] let brown = 5000, red = 2497; // [119, 63], [2499, 3] -console.log(solution(brown, red)); \ No newline at end of file +console.log(solution(brown, red)); + +// commit 1 \ No newline at end of file