diff options
| author | Abdullah Havaldar <[email protected]> | 2022-11-29 17:29:54 -0800 |
|---|---|---|
| committer | Abdullah Havaldar <[email protected]> | 2022-11-29 17:29:54 -0800 |
| commit | f11f4f8cfe62ce0b62933cf6a9d191dc549eb1b6 (patch) | |
| tree | f7e03fc706517e7a5ac476bbe013eb3c09a715c6 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab3-abd00l4h-f11f4f8cfe62ce0b62933cf6a9d191dc549eb1b6.tar.xz cst116-lab3-abd00l4h-f11f4f8cfe62ce0b62933cf6a9d191dc549eb1b6.zip | |
read in file and all output
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"; -} - |