Skip to content

Commit 93656d4

Browse files
committed
96차 1번 문제풀이
1 parent f94ec7c commit 93656d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

live9/test96/문제1/조진우.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
function solution(board) {
2+
var answer = 0;
3+
return answer;
4+
}
5+
6+
console.log(solution(["...D..R", ".D.G...", "....D.D", "D....D.", "..D...."]));

0 commit comments

Comments
 (0)