diff options
Diffstat (limited to 'CST116F2021-Lab4/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; |