diff options
Diffstat (limited to 'platypus/testPlatypus.cpp')
| -rw-r--r-- | platypus/testPlatypus.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platypus/testPlatypus.cpp b/platypus/testPlatypus.cpp index f5bed83..0a634e7 100644 --- a/platypus/testPlatypus.cpp +++ b/platypus/testPlatypus.cpp @@ -5,6 +5,7 @@ #include <iostream> using namespace std; +// The testing suite is pretty much 50-50 between us. (Ricky and Zoltan) int main() { // Test `Platypus` constructors, setters, getters, `eat`ing, aging, and // `print`ing |