8000 Comment 중첩된 주석 삭제 · aydenote/programmers-coding-test@f2ca23f · GitHub
[go: up one dir, main page]

Skip to content

Commit f2ca23f

Browse files
committed
Comment 중첩된 주석 삭제
1 parent 9935ba7 commit f2ca23f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

level-2/숫자의-표현.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function solution(n) { //수학적 풀이는 별도로 하지 않았습니다.
1616
return answer;
1717
}
1818

19-
//완벽한 정답이 아닙니다.
2019
//정답 2 - prove-ability
2120
function solution(n) {
2221
let answer = 0;

0 commit comments

Comments
 (0)
0