diff options
| author | EdwardFine <[email protected]> | 2022-10-05 16:05:45 -0700 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-10-05 16:05:45 -0700 |
| commit | bc99b57ce57a44541b90bb31e214460cd521963d (patch) | |
| tree | 69a887f8bc0ba4e5c1f6eb772fef44a5e08474d5 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | archived-cst116-lab1-edwardfine-bc99b57ce57a44541b90bb31e214460cd521963d.tar.xz archived-cst116-lab1-edwardfine-bc99b57ce57a44541b90bb31e214460cd521963d.zip | |
Prompt for Length and Width
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"; -} - |