From 5eb6267ab8abf0ae7dce8ccd3011802440cbc571 Mon Sep 17 00:00:00 2001 From: huntbyrne <114624182+huntbyrne@users.noreply.github.com> Date: Wed, 19 Oct 2022 11:52:44 -0700 Subject: Rename BlankConsoleLab.cpp to CST116-Lab1-Byrne.cpp --- BlankConsoleLab/CST116-Lab1-Byrne.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 BlankConsoleLab/CST116-Lab1-Byrne.cpp (limited to 'BlankConsoleLab/CST116-Lab1-Byrne.cpp') 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 + +using namespace std; + +using std::cout; +using std::cin; +using std::endl; + +int main() +{ + cout << "Hello World!\n"; +} + -- cgit v1.2.3