diff options
| author | rPatrickWarner <[email protected]> | 2024-04-03 18:57:28 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-04-03 18:57:28 -0700 |
| commit | 861509db6b256eaf217b0fd516f9e21e3be904ad (patch) | |
| tree | befbad3dd4108154dfec5b7ccc9da805f7e5e52e /CST 126/Homework 1/main.cpp | |
| parent | Added hello world cout. (diff) | |
| download | homework-1-reecepwarner-861509db6b256eaf217b0fd516f9e21e3be904ad.tar.xz homework-1-reecepwarner-861509db6b256eaf217b0fd516f9e21e3be904ad.zip | |
Added a header file
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
| -rw-r--r-- | CST 126/Homework 1/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp index cc9b2c1..2a7169d 100644 --- a/CST 126/Homework 1/main.cpp +++ b/CST 126/Homework 1/main.cpp @@ -4,7 +4,7 @@ // Assignment: Homework 1 #include <iostream> - +#include "helpers.h" int main() { |