Skip to content

Commit 733be9f

Browse files
committed
Some update
1 parent 59b2f5c commit 733be9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Beautiful Days/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// Problem Description at -> https://www.hackerrank.com/challenges/beautiful-days-at-the-movies/problem
44

5-
65
function beautifulDays(i, j, k) {
76
let numOfBeautifulDays = 0;
87
for (let start = i; start <= j; start++) {

0 commit comments

Comments
 (0)