From 6a171f57b6bb1515aafd03f08f43318cb2e50f00 Mon Sep 17 00:00:00 2001 From: Lloyd Crawford Date: Wed, 19 Oct 2022 17:24:36 -0700 Subject: Here is my completed Lab1! --- BlankConsoleLab/BlankConsoleLab.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 BlankConsoleLab/BlankConsoleLab.cpp (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp deleted file mode 100644 index ed5f807..0000000 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ /dev/null @@ -1,16 +0,0 @@ -// 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