diff options
| author | Trenton Stark <[email protected]> | 2022-11-05 11:13:41 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-11-05 11:13:41 -0700 |
| commit | e1c2357875be3ef245e31f9a02d1702bed10281a (patch) | |
| tree | ad54f0c0d9a15c66118780801988b7caf5652073 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab2-stark-e1c2357875be3ef245e31f9a02d1702bed10281a.tar.xz cst116-lab2-stark-e1c2357875be3ef245e31f9a02d1702bed10281a.zip | |
Renamed and added documentation.
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"; -} - |