aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Homework 1/main.cpp
diff options
context:
space:
mode:
authorrPatrickWarner <[email protected]>2024-04-03 18:57:28 -0700
committerrPatrickWarner <[email protected]>2024-04-03 18:57:28 -0700
commit861509db6b256eaf217b0fd516f9e21e3be904ad (patch)
treebefbad3dd4108154dfec5b7ccc9da805f7e5e52e /CST 126/Homework 1/main.cpp
parentAdded hello world cout. (diff)
downloadhomework-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.cpp2
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()
{