aboutsummaryrefslogtreecommitdiff
path: root/2c.cpp
diff options
context:
space:
mode:
Diffstat (limited to '2c.cpp')
-rw-r--r--2c.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/2c.cpp b/2c.cpp
new file mode 100644
index 0000000..1fc5515
--- /dev/null
+++ b/2c.cpp
@@ -0,0 +1,11 @@
+//Lab work by Jordan Harris-Toovy for OIT's CST 116-01P course. Date: Oct 4, 2021
+//This code is made for part 2c of lab 1
+
+#include <iostream>
+
+int main() {
+ std::cout << "My name is Jordan Harris-Toovy\n"
+ << "I am approximately 24 years old";
+
+ return 0;
+} \ No newline at end of file