diff options
| author | rPatrickWarner <[email protected]> | 2024-05-11 11:39:29 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-05-11 11:39:29 -0700 |
| commit | 781582c9580ead8900381f16447d6eead2ab62af (patch) | |
| tree | aa6234445e6f83501df6ccbe9b62977a403e09d5 /CST 126/UnitTester/pch.cpp | |
| parent | created insert and deletion functions (diff) | |
| download | archived-homework-1-reecepwarner-781582c9580ead8900381f16447d6eead2ab62af.tar.xz archived-homework-1-reecepwarner-781582c9580ead8900381f16447d6eead2ab62af.zip | |
unit testing homework3
Diffstat (limited to 'CST 126/UnitTester/pch.cpp')
| -rw-r--r-- | CST 126/UnitTester/pch.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CST 126/UnitTester/pch.cpp b/CST 126/UnitTester/pch.cpp new file mode 100644 index 0000000..64b7eef --- /dev/null +++ b/CST 126/UnitTester/pch.cpp @@ -0,0 +1,5 @@ +// pch.cpp: source file corresponding to the pre-compiled header + +#include "pch.h" + +// When you are using pre-compiled headers, this source file is necessary for compilation to succeed. |