Skip to content

Commit 5f4a5bc

Browse files
SunJieMingSunJieMing
authored andcommitted
my commit message
1 parent b63aa9d commit 5f4a5bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recursion.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// to test these problems you can run 'node recursion.js' in your terminal
22
// Problem 1:
3+
// hi
34

45
let n = 1;
56
while (n <= 10) {

0 commit comments

Comments
 (0)