Skip to content

Commit 90f624a

Browse files
authored
Update 8_factorial.cpp
1 parent eacaaf2 commit 90f624a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/8_factorial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <iostream>
2-
2+
//factorial function using recursion
33
using namespace std;
44

55
int factorial(long n)

0 commit comments

Comments
 (0)