summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/CST116-Lab1-Byrne.cpp
diff options
context:
space:
mode:
authorhuntbyrne <[email protected]>2022-10-19 11:52:44 -0700
committerGitHub <[email protected]>2022-10-19 11:52:44 -0700
commit5eb6267ab8abf0ae7dce8ccd3011802440cbc571 (patch)
tree1976462229b51177f21dd5eb1f76ce4a5b1af8ad /BlankConsoleLab/CST116-Lab1-Byrne.cpp
parentSetting up GitHub Classroom Feedback (diff)
downloadarchived-cst116-lab1-huntbyrne-5eb6267ab8abf0ae7dce8ccd3011802440cbc571.tar.xz
archived-cst116-lab1-huntbyrne-5eb6267ab8abf0ae7dce8ccd3011802440cbc571.zip
Rename BlankConsoleLab.cpp to CST116-Lab1-Byrne.cpp
Diffstat (limited to 'BlankConsoleLab/CST116-Lab1-Byrne.cpp')
-rw-r--r--BlankConsoleLab/CST116-Lab1-Byrne.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab1-Byrne.cpp b/BlankConsoleLab/CST116-Lab1-Byrne.cpp
new file mode 100644
index 0000000..ed5f807
--- /dev/null
+++ b/BlankConsoleLab/CST116-Lab1-Byrne.cpp
@@ -0,0 +1,16 @@
+// BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there.
+//
+
+#include <iostream>
+
+using namespace std;
+
+using std::cout;
+using std::cin;
+using std::endl;
+
+int main()
+{
+ cout << "Hello World!\n";
+}
+