diff options
| author | Musa Ahmed <[email protected]> | 2022-11-24 11:25:53 -0800 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-11-24 11:25:53 -0800 |
| commit | a76f16e10e073dace3fbefacb4a990ad46671b0c (patch) | |
| tree | d790ee503dd13158a4a66168aa438ed9734adcaf /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab3-m005a-a76f16e10e073dace3fbefacb4a990ad46671b0c.tar.xz cst116-lab3-m005a-a76f16e10e073dace3fbefacb4a990ad46671b0c.zip | |
added reading for each dataset in file
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
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 <iostream> - -using namespace std; - -using std::cout; -using std::cin; -using std::endl; - -int main() -{ - cout << "Hello World!\n"; -} - |