diff options
| author | till-t <[email protected]> | 2021-11-02 22:24:58 -0700 |
|---|---|---|
| committer | till-t <[email protected]> | 2021-11-02 22:24:58 -0700 |
| commit | b7b57b428b85eccb98f70c97426a09b3e3c4bd1c (patch) | |
| tree | f9287d2b16a43f9b4409641ae9f0d215a49d5650 /mod_10a/main.cpp | |
| parent | update check (diff) | |
| download | cst116-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.cpp | 9 |
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; +} |