aboutsummaryrefslogtreecommitdiff
path: root/Hello World
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 /Hello World
parentSetting up GitHub Classroom Feedback (diff)
downloadhello-world-reecepwarner-721596af3a8ef0fb637da4628779d9c5c17bc4b9.tar.xz
hello-world-reecepwarner-721596af3a8ef0fb637da4628779d9c5c17bc4b9.zip
add deadline
Diffstat (limited to 'Hello World')
-rw-r--r--Hello World/Hello World/HelloWorld.cpp16
1 files changed, 16 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