aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBensProgramma <[email protected]>2021-10-24 17:01:07 -0700
committerGitHub <[email protected]>2021-10-24 17:01:07 -0700
commitf2d0442e605985d886f357b00b938f5244ef7464 (patch)
treed12ee281056441572a2ea731a57f6d048de9e07d
parentAdd files via upload (diff)
downloadcst116-lab4-bensprogramma-f2d0442e605985d886f357b00b938f5244ef7464.tar.xz
cst116-lab4-bensprogramma-f2d0442e605985d886f357b00b938f5244ef7464.zip
Update CST116F2021-Lab4.cpp
-rw-r--r--CST116F2021-Lab4/CST116F2021-Lab4.cpp4
1 files changed, 2 insertions, 2 deletions
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;