From e2b6fbcc7c708d277443818bb36b33c4e943b5d7 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Mon, 19 Feb 2024 16:12:31 -0800 Subject: update fixed and finished, input couts created, assignment is done --- Project1/program.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project1/program.cpp') diff --git a/Project1/program.cpp b/Project1/program.cpp index 4336284..4cd817d 100644 --- a/Project1/program.cpp +++ b/Project1/program.cpp @@ -43,7 +43,7 @@ int main() { addNew(&newContact[MAX], MAX, t); ++t; - cout << t << endl; + //cout << t << endl; } if (c == 2) { -- cgit v1.2.3