summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnibal LopezBonilla <[email protected]>2022-10-04 10:01:13 -0700
committerAnibal LopezBonilla <[email protected]>2022-10-04 10:01:13 -0700
commit4ce6fc86360d5314e3758492f648d2624c5ca668 (patch)
treec348cbae6640d5980ea19b08960d53ea59730eda
parentTest (diff)
downloadcst116-lab0-buzzerbeaterclutch-4ce6fc86360d5314e3758492f648d2624c5ca668.tar.xz
cst116-lab0-buzzerbeaterclutch-4ce6fc86360d5314e3758492f648d2624c5ca668.zip
File Rename
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp20
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.sln31
2 files changed, 0 insertions, 51 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp
deleted file mode 100644
index f52b208..0000000
--- a/CST116-BlankConsole/CST116-BlankConsole.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
-//
-
-#include <iostream>
-
-int main()
-{
- std::cout << "Hello World!\n";
-}
-
-// 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
diff --git a/CST116-BlankConsole/CST116-BlankConsole.sln b/CST116-BlankConsole/CST116-BlankConsole.sln
deleted file mode 100644
index 9a0b5ab..0000000
--- a/CST116-BlankConsole/CST116-BlankConsole.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.3.32804.467
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CST116-BlankConsole", "CST116-BlankConsole.vcxproj", "{369D37DE-A099-4925-8283-6B7BF55736F9}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {369D37DE-A099-4925-8283-6B7BF55736F9}.Debug|x64.ActiveCfg = Debug|x64
- {369D37DE-A099-4925-8283-6B7BF55736F9}.Debug|x64.Build.0 = Debug|x64
- {369D37DE-A099-4925-8283-6B7BF55736F9}.Debug|x86.ActiveCfg = Debug|Win32
- {369D37DE-A099-4925-8283-6B7BF55736F9}.Debug|x86.Build.0 = Debug|Win32
- {369D37DE-A099-4925-8283-6B7BF55736F9}.Release|x64.ActiveCfg = Release|x64
- {369D37DE-A099-4925-8283-6B7BF55736F9}.Release|x64.Build.0 = Release|x64
- {369D37DE-A099-4925-8283-6B7BF55736F9}.Release|x86.ActiveCfg = Release|Win32
- {369D37DE-A099-4925-8283-6B7BF55736F9}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {A16687D7-11B2-4D7B-8E68-4362E5BFE41E}
- EndGlobalSection
-EndGlobal