diff options
| author | Fuwn <[email protected]> | 2022-05-25 18:18:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-25 18:18:54 -0700 |
| commit | eef537e8c822e67f3407d5ac44ddfd6e6d4aac37 (patch) | |
| tree | 77fab591bd5a67b1395a92a7b658232916f5f8a5 /platypus/testPlatypus.cpp | |
| parent | format(platypus): grammar (diff) | |
| download | wk7_platypusproject-eef537e8c822e67f3407d5ac44ddfd6e6d4aac37.tar.xz wk7_platypusproject-eef537e8c822e67f3407d5ac44ddfd6e6d4aac37.zip | |
docs(platypus): add authors
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 |