aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole/CST116-BlankConsole.cpp
diff options
context:
space:
mode:
authorJoseph Williams <[email protected]>2022-09-29 15:29:36 -0700
committerJoseph Williams <[email protected]>2022-09-29 15:29:36 -0700
commit97ced6b9eb0c35a3f5c93a799ac9a67105f27028 (patch)
tree7c0662cdfd2433ac90c91bd8b51b5a43851866cb /CST116-BlankConsole/CST116-BlankConsole.cpp
parentfinished (diff)
downloadcst116-lab0-allthenamesaretaken3141-main.tar.xz
cst116-lab0-allthenamesaretaken3141-main.zip
Finished output, pseudocode, and checklist.HEADmain
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp
deleted file mode 100644
index b6d13f7..0000000
--- a/CST116-BlankConsole/CST116-BlankConsole.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-// Name: Joe Williams
-// Course: CST116
-// Lab No. 0
-// Lab Topics: IDE, Simple Programs, GitHub
-
-#include <iostream>
-
-using std::cout;
-using std::endl;
-
-int main()
-{
- cout << "Hello World!" << endl;
- cout << "I'm Joe. My GitHub is @AllTheNamesAreTaken3141, but there\'s nothing worth seeing there, I promise." << endl;
-}
-
-// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
-// Debug program: F5 or Debug > Start Debugging menu
-
-// Tips for Getting Started:
-// 1. Use the Solution Explorer window to add/manage files
-// 2. Use the Team Explorer window to connect to source control
-// 3. Use the Output window to see build output and other messages
-// 4. Use the Error List window to view errors
-// 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
-// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file