Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 35e9513

Browse files
fix: 주석 오타 수정
1 parent ddbc023 commit 35e9513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎level-2/멀리-뛰기.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//https://github.com/codeisneverodd/programmers-coding-test
22
//더 좋은 풀이가 존재할 수 있습니다.
3-
//정답 1 - codeisneveordd
3+
//정답 1 - codeisneverodd
44
function solution(n) {
55
if (n < 2) return 1;
66
const count = [0, 1, 2, ...Array(n - 2).fill(0)];

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /