From 7c2fcdc8600af064ee3d3a2f9c5313486cd9753b Mon Sep 17 00:00:00 2001 From: LTB-Pravda <91996618+LTB-Pravda@users.noreply.github.com> Date: Tue, 5 Oct 2021 16:51:01 -0700 Subject: Add files via upload --- Billingsley_Lab1_2B.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Billingsley_Lab1_2B.cpp (limited to 'Billingsley_Lab1_2B.cpp') diff --git a/Billingsley_Lab1_2B.cpp b/Billingsley_Lab1_2B.cpp new file mode 100644 index 0000000..5e0cb17 --- /dev/null +++ b/Billingsley_Lab1_2B.cpp @@ -0,0 +1,18 @@ +// Billingsley_Lab1_2C.cpp : This file contains the 'main' function. Program execution begins and ends there. + +#include +using namespace std; + +int main() +{ + cout << "Hello World!\n" + << "Programmed to work and not to feel\n" + << "Not even sure that this is real\n" + << "Hello, world!\n\n"; + + cout << "\t- Part of \"Hello World\" by Louie Zong\n"; + + return 0; + +} + -- cgit v1.2.3