// 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\n"; cout << "Program by Logan Billingsley, age 18. return 0; }