aboutsummaryrefslogtreecommitdiff
path: root/mod_10a/main.cpp
diff options
context:
space:
mode:
authortill-t <[email protected]>2021-11-02 22:24:58 -0700
committertill-t <[email protected]>2021-11-02 22:24:58 -0700
commitb7b57b428b85eccb98f70c97426a09b3e3c4bd1c (patch)
treef9287d2b16a43f9b4409641ae9f0d215a49d5650 /mod_10a/main.cpp
parentupdate check (diff)
downloadcst116-lab5-till-t-b7b57b428b85eccb98f70c97426a09b3e3c4bd1c.tar.xz
cst116-lab5-till-t-b7b57b428b85eccb98f70c97426a09b3e3c4bd1c.zip
Did not complete lab. Will communicate with Martha.
Diffstat (limited to 'mod_10a/main.cpp')
-rw-r--r--mod_10a/main.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/mod_10a/main.cpp b/mod_10a/main.cpp
index ba2906d..cde2050 100644
--- a/mod_10a/main.cpp
+++ b/mod_10a/main.cpp
@@ -1 +1,8 @@
-main
+#include "source.h"
+
+int main() {
+ getName();
+
+
+ return 0;
+}