diff options
| author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2024-01-09 02:44:03 +0000 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-01-08 20:10:41 -0800 |
| commit | 721596af3a8ef0fb637da4628779d9c5c17bc4b9 (patch) | |
| tree | dd6c58e65307f5d5273c01766002ff2ab94013f3 | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | hello-world-reecepwarner-721596af3a8ef0fb637da4628779d9c5c17bc4b9.tar.xz hello-world-reecepwarner-721596af3a8ef0fb637da4628779d9c5c17bc4b9.zip | |
add deadline
| -rw-r--r-- | Hello World/Hello World/HelloWorld.cpp | 16 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/Hello World/Hello World/HelloWorld.cpp b/Hello World/Hello World/HelloWorld.cpp new file mode 100644 index 0000000..ab61ede --- /dev/null +++ b/Hello World/Hello World/HelloWorld.cpp @@ -0,0 +1,16 @@ +// Name: Reece Warner +// Date: 1/1/24 +// Class: CST116 +// Assignment: Inclass Exercise 1 +#include <iostream> + +using std::cout; +using std::cin; +using std:: endl; + +int main() +{ + cout << "Hello World" << endl; + + return 0; +}
\ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..37e1c0d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +[](https://classroom.github.com/a/ZSTiR0eu) |