From 54d05f2b70858585d882d7b481d0ee5cd408a6b4 Mon Sep 17 00:00:00 2001 From: jacobdw22 Date: Thu, 6 Oct 2022 15:02:24 -0700 Subject: simple changes --- BlankConsoleLab/cst116-lab1-wilson.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 BlankConsoleLab/cst116-lab1-wilson.cpp (limited to 'BlankConsoleLab/cst116-lab1-wilson.cpp') 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 + +using namespace std; + +using std::cout; +using std::cin; +using std::endl; + +int main() +{ + cout << "Hello World!\n"; +} + -- cgit v1.2.3