From 18eff814e56204cb90cb4b90fb898aaa9cf39c71 Mon Sep 17 00:00:00 2001 From: Bold Demchig Date: Wed, 9 Nov 2022 22:23:45 -0800 Subject: Complete --- 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