Skip to content

Commit a646989

Browse files
authored
Update 02 head recursion.cpp
1 parent 5ecde17 commit a646989

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Recursion/02 head recursion.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ int main (){
1212
func1(x); // passing parameter to fxn
1313
return 0;
1414
}
15+
16+
// This will give output as 1 2 3 4 5 6 7 8 9

0 commit comments

Comments
 (0)