aboutsummaryrefslogtreecommitdiff
path: root/Project1/program.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project1/program.cpp')
-rw-r--r--Project1/program.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/Project1/program.cpp b/Project1/program.cpp
new file mode 100644
index 0000000..c4f8036
--- /dev/null
+++ b/Project1/program.cpp
@@ -0,0 +1,16 @@
+// Name: Austin Lujan
+// Date: 1/16
+// Class: CST 116
+// Lecture
+
+#include <iostream>
+
+using std::cout;
+using std::cin;
+using std::endl;
+
+int main()
+{
+
+ return (0);
+} \ No newline at end of file