diff options
| author | Connor McDowell <[email protected]> | 2024-02-17 21:12:06 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-17 21:12:06 -0800 |
| commit | 23ba129b0fcf42992cd92aab1db94b3c0ae34604 (patch) | |
| tree | 13312283c2b71f4d658cee0ac26f686fea448c37 /Project1/program.cpp | |
| parent | me when possible thing just visstudio prob (diff) | |
| download | homework-5-connormcdowell275-23ba129b0fcf42992cd92aab1db94b3c0ae34604.tar.xz homework-5-connormcdowell275-23ba129b0fcf42992cd92aab1db94b3c0ae34604.zip | |
just missing clean up and syntax fix
Diffstat (limited to 'Project1/program.cpp')
| -rw-r--r-- | Project1/program.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project1/program.cpp b/Project1/program.cpp index 8edbaf7..c97ba49 100644 --- a/Project1/program.cpp +++ b/Project1/program.cpp @@ -41,11 +41,11 @@ int main() } if (c == 3) { - printAll(); + printAll(&newContact[]); } if (c == 4) { - exit(); + O = 0; } } }
\ No newline at end of file |