summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/cst116-lab1-wilson.cpp
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-10-06 15:02:24 -0700
committerjacobdw22 <[email protected]>2022-10-06 15:02:24 -0700
commit54d05f2b70858585d882d7b481d0ee5cd408a6b4 (patch)
treeb07ceb450d37a6299e3e17d1fd0e83cfe466cacc /BlankConsoleLab/cst116-lab1-wilson.cpp
parentSetting up GitHub Classroom Feedback (diff)
downloadarchived-cst116-lab1-jacobdw22-54d05f2b70858585d882d7b481d0ee5cd408a6b4.tar.xz
archived-cst116-lab1-jacobdw22-54d05f2b70858585d882d7b481d0ee5cd408a6b4.zip
simple changes
Diffstat (limited to 'BlankConsoleLab/cst116-lab1-wilson.cpp')
-rw-r--r--BlankConsoleLab/cst116-lab1-wilson.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/BlankConsoleLab/cst116-lab1-wilson.cpp b/BlankConsoleLab/cst116-lab1-wilson.cpp
new file mode 100644
index 0000000..ed5f807
--- /dev/null
+++ b/BlankConsoleLab/cst116-lab1-wilson.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";
+}
+