diff options
| author | Andrei F <[email protected]> | 2022-11-30 12:29:15 -0800 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-11-30 12:29:15 -0800 |
| commit | 8f238f5efef84165f3b8fea998c1a8895a59de3b (patch) | |
| tree | 7cfdedfb7764089d8d8c55cb4002b4407d270db2 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | archived-cst116-lab3-florea-8f238f5efef84165f3b8fea998c1a8895a59de3b.tar.xz archived-cst116-lab3-florea-8f238f5efef84165f3b8fea998c1a8895a59de3b.zip | |
Adding some comments, changing file names
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"; -} - |