We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94ec7c commit 93656d4Copy full SHA for 93656d4
1 file changed
live9/test96/문제1/조진우.js
@@ -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