diff options
| author | huntbyrne <[email protected]> | 2022-10-19 11:52:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-19 11:52:44 -0700 |
| commit | 5eb6267ab8abf0ae7dce8ccd3011802440cbc571 (patch) | |
| tree | 1976462229b51177f21dd5eb1f76ce4a5b1af8ad /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab1-huntbyrne-5eb6267ab8abf0ae7dce8ccd3011802440cbc571.tar.xz cst116-lab1-huntbyrne-5eb6267ab8abf0ae7dce8ccd3011802440cbc571.zip | |
Rename BlankConsoleLab.cpp to CST116-Lab1-Byrne.cpp
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"; -} - |