summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/BlankConsoleLab.cpp
diff options
context:
space:
mode:
authorBirducken <[email protected]>2022-11-29 12:04:48 -0800
committerBirducken <[email protected]>2022-11-29 12:04:48 -0800
commit2f50b530f356fe6e9d6bfe79d9cbf022a045b45d (patch)
treec1355dada60cd3c05abdf7ab7b8bd349db797ba4 /BlankConsoleLab/BlankConsoleLab.cpp
parentSetting up GitHub Classroom Feedback (diff)
downloadarchived-cst116-lab3-stark-2f50b530f356fe6e9d6bfe79d9cbf022a045b45d.tar.xz
archived-cst116-lab3-stark-2f50b530f356fe6e9d6bfe79d9cbf022a045b45d.zip
Renamed files.
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp16
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";
-}
-