From f2d0442e605985d886f357b00b938f5244ef7464 Mon Sep 17 00:00:00 2001 From: BensProgramma <91996773+BensProgramma@users.noreply.github.com> Date: Sun, 24 Oct 2021 17:01:07 -0700 Subject: Update CST116F2021-Lab4.cpp --- CST116F2021-Lab4/CST116F2021-Lab4.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CST116F2021-Lab4/CST116F2021-Lab4.cpp') diff --git a/CST116F2021-Lab4/CST116F2021-Lab4.cpp b/CST116F2021-Lab4/CST116F2021-Lab4.cpp index 9b5b8f9..11d8f75 100644 --- a/CST116F2021-Lab4/CST116F2021-Lab4.cpp +++ b/CST116F2021-Lab4/CST116F2021-Lab4.cpp @@ -186,8 +186,8 @@ int GetAge(); int CalcDays(int); void PrintResults(int, int); -int main() -{ +//int main() +//{ int age = 0; int days = 0; -- cgit v1.2.3