From bb66a9700d79e2f5b4c1b8bc0a321659ea7465be Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 05:27:48 +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