summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/BlankConsoleLab.cpp
diff options
context:
space:
mode:
authorJoseph Williams <[email protected]>2022-11-08 14:16:56 -0800
committerJoseph Williams <[email protected]>2022-11-08 14:16:56 -0800
commitc0683aa5f4667ef6fe6f8deeebd5004b1f7989a7 (patch)
tree4e5cc1b5fa5937e9ece3c24e5e6dcd58ae0a99be /BlankConsoleLab/BlankConsoleLab.cpp
parentSetting up GitHub Classroom Feedback (diff)
downloadarchived-cst116-lab2-allthenamesaretaken3141-c0683aa5f4667ef6fe6f8deeebd5004b1f7989a7.tar.xz
archived-cst116-lab2-allthenamesaretaken3141-c0683aa5f4667ef6fe6f8deeebd5004b1f7989a7.zip
finished user input functions
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";
-}
-