diff options
| author | Arthur Spears <[email protected]> | 2024-04-03 18:56:49 -0700 |
|---|---|---|
| committer | Arthur Spears <[email protected]> | 2024-04-03 18:56:49 -0700 |
| commit | fe61c56d4287535778336174e3d0bc9c7276f0ba (patch) | |
| tree | 8e920d0ef5ff7f194ce3413465429be2d34bdf18 /CST 126/Homework 1/main.cpp | |
| parent | add deadline (diff) | |
| download | homework-1-arthurtspears-fe61c56d4287535778336174e3d0bc9c7276f0ba.tar.xz homework-1-arthurtspears-fe61c56d4287535778336174e3d0bc9c7276f0ba.zip | |
Added helpers.h file.
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
| -rw-r--r-- | CST 126/Homework 1/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp index 398e580..dd21a1e 100644 --- a/CST 126/Homework 1/main.cpp +++ b/CST 126/Homework 1/main.cpp @@ -3,6 +3,11 @@ // Date: 3/31/24 // Assignment: Homework +#include <iostream> + int main() { + + std::cout << "Hello world"; + return 0; }
\ No newline at end of file |