Skip to content

Commit a509619

Browse files
committed
Add Algoritmos C++
1 parent a0b95e2 commit a509619

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/cpp/ExpRecursiva.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ int main() {
2020

2121

2222
return 0;
23-
}
23+
}

src/cpp/Fatorial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ int main() {
1919
}
2020

2121
return 0;
22-
}
22+
}

src/cpp/FatorialRecursiva.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ int main() {
1919
}
2020

2121
return 0;
22-
}
22+
}

0 commit comments

Comments
 (0)