diff --git "a/hw/\354\231\204\354\240\204\355\203\220\354\203\211/Baseball.js" "b/hw/\354\231\204\354\240\204\355\203\220\354\203\211/Baseball.js" index f759e41..98eccab 100644 --- "a/hw/\354\231\204\354\240\204\355\203\220\354\203\211/Baseball.js" +++ "b/hw/\354\231\204\354\240\204\355\203\220\354\203\211/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)); + +console.log(2); \ No newline at end of file diff --git "a/hw/\354\231\204\354\240\204\355\203\220\354\203\211/Carpet.js" "b/hw/\354\231\204\354\240\204\355\203\220\354\203\211/Carpet.js" index d86acce..2c41a35 100644 --- "a/hw/\354\231\204\354\240\204\355\203\220\354\203\211/Carpet.js" +++ "b/hw/\354\231\204\354\240\204\355\203\220\354\203\211/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)); + +console.log(1); \ No newline at end of file