From 071ac4a3242476fededfa74e40c649c60d546d61 Mon Sep 17 00:00:00 2001 From: JordanHT-OIT <91796546+JordanHT-OIT@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:40:05 -0700 Subject: Manual push due to VS2019 configuration issue --- 2b.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 2b.cpp (limited to '2b.cpp') diff --git a/2b.cpp b/2b.cpp new file mode 100644 index 0000000..82c00a3 --- /dev/null +++ b/2b.cpp @@ -0,0 +1,14 @@ +//Lab work by Jordan Harris-Toovy for OIT's CST 116-01P course. Date: Oct 4, 2021 +//This work is based on material from the book 'C++ Learn by doing' edition 201901 by Todd Breedlove, Troy Scevers, and Randal Albert +//This code is made for part 2b of lab 1 + +#include + +int main() { + std::cout << "Modified version of original C program" + << " (by Kernighan & Ritchie) \n"; + + std::cout << "Hello world!"; + + return 0; +} \ No newline at end of file -- cgit v1.2.3