diff options
| author | BensProgramma <[email protected]> | 2021-10-24 17:01:07 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-24 17:01:07 -0700 |
| commit | f2d0442e605985d886f357b00b938f5244ef7464 (patch) | |
| tree | d12ee281056441572a2ea731a57f6d048de9e07d | |
| parent | Add files via upload (diff) | |
| download | cst116-lab4-bensprogramma-f2d0442e605985d886f357b00b938f5244ef7464.tar.xz cst116-lab4-bensprogramma-f2d0442e605985d886f357b00b938f5244ef7464.zip | |
Update CST116F2021-Lab4.cpp
| -rw-r--r-- | CST116F2021-Lab4/CST116F2021-Lab4.cpp | 4 |
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; |