aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com>2024-01-09 02:44:03 +0000
committerrPatrickWarner <[email protected]>2024-01-08 20:10:41 -0800
commit721596af3a8ef0fb637da4628779d9c5c17bc4b9 (patch)
treedd6c58e65307f5d5273c01766002ff2ab94013f3
parentSetting up GitHub Classroom Feedback (diff)
downloadhello-world-reecepwarner-721596af3a8ef0fb637da4628779d9c5c17bc4b9.tar.xz
hello-world-reecepwarner-721596af3a8ef0fb637da4628779d9c5c17bc4b9.zip
add deadline
-rw-r--r--Hello World/Hello World/HelloWorld.cpp16
-rw-r--r--README.md1
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 @@
+[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/ZSTiR0eu)