diff options
| author | Joe Traver <[email protected]> | 2022-11-07 20:37:48 -0800 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-11-07 20:37:48 -0800 |
| commit | ff3d3de98e5a500e8ab37101319aea02148a8d2f (patch) | |
| tree | bad74a5c69394152e4b4d08ce13c3e356b3a7cfb /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab2-joetraver30-ff3d3de98e5a500e8ab37101319aea02148a8d2f.tar.xz cst116-lab2-joetraver30-ff3d3de98e5a500e8ab37101319aea02148a8d2f.zip | |
Pseudo Code
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index ed5f807..8b13789 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -1,16 +1 @@ -// 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"; -} |