diff options
| author | Fuwn <[email protected]> | 2024-05-16 17:23:23 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-16 17:23:23 -0700 |
| commit | b44710c5370129d59a2d2e12c70bac9269f7ecd5 (patch) | |
| tree | d2907b6f529598e7a0f468b8f93e0d7267e34c44 /School_Driver.cpp | |
| download | cst_136_assignment_07-b44710c5370129d59a2d2e12c70bac9269f7ecd5.tar.xz cst_136_assignment_07-b44710c5370129d59a2d2e12c70bac9269f7ecd5.zip | |
f
Diffstat (limited to 'School_Driver.cpp')
| -rw-r--r-- | School_Driver.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/School_Driver.cpp b/School_Driver.cpp new file mode 100644 index 0000000..93532ca --- /dev/null +++ b/School_Driver.cpp @@ -0,0 +1,9 @@ +#include "College.hh" +#include "High_School.hh" +#include "University.hh" + +auto main() -> int { + // + + return 0; +} |