From beb80cacb53197b9fca0870b18e20e5b9fac5c7b Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 20:09:12 +0000 Subject: Initial commit --- BlankConsoleLab/BlankConsoleLab.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 BlankConsoleLab/BlankConsoleLab.cpp (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp new file mode 100644 index 0000000..ed5f807 --- /dev/null +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -0,0 +1,16 @@ +// 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