aboutsummaryrefslogtreecommitdiff
path: root/Homework3/Source.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Homework3/Source.cpp')
-rw-r--r--Homework3/Source.cpp11
1 files changed, 9 insertions, 2 deletions
diff --git a/Homework3/Source.cpp b/Homework3/Source.cpp
index a1ae7e5..d21f4f1 100644
--- a/Homework3/Source.cpp
+++ b/Homework3/Source.cpp
@@ -3,6 +3,13 @@
// Class: CST 116
// Assignment: Homework 3
-int main() {
+#include <iostream>
+#include "recursive.h"
+
+int main (){
+ int n, result;
+
+ std::cout << factorial(5);
+
+}
-} \ No newline at end of file