From 2193702f2bd6ea43bd7da83201ae86ddd0afca80 Mon Sep 17 00:00:00 2001 From: hwjung Date: Fri, 24 May 2019 16:06:36 +0900 Subject: [PATCH 1/2] commit1 --- hw/FullSearch/Carpet.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 From 9b66da6afd69d93a78a82114e7a071d0bdd8d976 Mon Sep 17 00:00:00 2001 From: hwjung Date: Fri, 24 May 2019 16:06:56 +0900 Subject: [PATCH 2/2] commit2 --- hw/FullSearch/Baseball.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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