Skip to content

Commit 59901d1

Browse files
committed
line break 추가
1 parent 205eb5d commit 59901d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

counting-bits/hyejjun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ var countBits = function (n) {
2323

2424

2525
console.log(countBits(2));
26-
console.log(countBits(5));
26+
console.log(countBits(5));

0 commit comments

Comments
 (0)