Skip to content

Commit 463ca57

Browse files
committed
Docs : 문제 답안 삭제
1 parent 478dbe9 commit 463ca57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Problems/005.for/solve.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ console.log(a+b);
1818
// 2) 12
1919
// 3) 14
2020
// 4) 16
21-
22-
// 정답: 4번
23-
// i = 1 일때 a = 11, i = 3일때 a = 14, i < 5까지 순회임으로 a + b는 16이다.

0 commit comments

Comments
 (0)