Skip to content

Commit e54de8c

Browse files
authored
Rename Functions.txt to Functions.js
1 parent 4fc61a0 commit e54de8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hackerrank solutions/10 days of js/Functions.txt renamed to Hackerrank solutions/10 days of js/Functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ function main() {
3737
const n = +(readLine());
3838

3939
console.log(factorial(n));
40-
}
40+
}

0 commit comments

Comments
 (0)