From a76f16e10e073dace3fbefacb4a990ad46671b0c Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Thu, 24 Nov 2022 11:25:53 -0800 Subject: added reading for each dataset in file --- 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