diff --git a/C-RK/C-RK-Week1/C-RK-Week1.vcxproj b/C-RK/C-RK-Week1/C-RK-Week1.vcxproj
new file mode 100644
index 0000000..89f25d5
--- /dev/null
+++ b/C-RK/C-RK-Week1/C-RK-Week1.vcxproj
@@ -0,0 +1,153 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ {736EDFAE-09BD-418B-86F9-DA794D727516}
+ Win32Proj
+ CRKWeek1
+ 8.1
+
+
+
+ Application
+ true
+ v140
+ Unicode
+
+
+ Application
+ false
+ v140
+ true
+ Unicode
+
+
+ Application
+ true
+ v140
+ Unicode
+
+
+ Application
+ false
+ v140
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ true
+
+
+ false
+
+
+ false
+
+
+
+
+
+ Level3
+ Disabled
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+
+
+ Console
+ true
+
+
+
+
+
+
+ Level3
+ Disabled
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+
+
+ Console
+ true
+
+
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/C-RK/C-RK-Week1/C-RK-Week1.vcxproj.filters b/C-RK/C-RK-Week1/C-RK-Week1.vcxproj.filters
new file mode 100644
index 0000000..b5cb29b
--- /dev/null
+++ b/C-RK/C-RK-Week1/C-RK-Week1.vcxproj.filters
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/C-RK/C-RK-Week1/main.c b/C-RK/C-RK-Week1/main.c
new file mode 100644
index 0000000..e69de29
diff --git a/C-RK/C-RK-Week1/main.h b/C-RK/C-RK-Week1/main.h
new file mode 100644
index 0000000..6f70f09
--- /dev/null
+++ b/C-RK/C-RK-Week1/main.h
@@ -0,0 +1 @@
+#pragma once
diff --git a/C-RK/C-RK.sln b/C-RK/C-RK.sln
new file mode 100644
index 0000000..8ecb46a
--- /dev/null
+++ b/C-RK/C-RK.sln
@@ -0,0 +1,28 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 14
+VisualStudioVersion = 14.0.24720.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "C-RK-Week1", "C-RK-Week1\C-RK-Week1.vcxproj", "{736EDFAE-09BD-418B-86F9-DA794D727516}"
+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
+ {736EDFAE-09BD-418B-86F9-DA794D727516}.Debug|x64.ActiveCfg = Debug|x64
+ {736EDFAE-09BD-418B-86F9-DA794D727516}.Debug|x64.Build.0 = Debug|x64
+ {736EDFAE-09BD-418B-86F9-DA794D727516}.Debug|x86.ActiveCfg = Debug|Win32
+ {736EDFAE-09BD-418B-86F9-DA794D727516}.Debug|x86.Build.0 = Debug|Win32
+ {736EDFAE-09BD-418B-86F9-DA794D727516}.Release|x64.ActiveCfg = Release|x64
+ {736EDFAE-09BD-418B-86F9-DA794D727516}.Release|x64.Build.0 = Release|x64
+ {736EDFAE-09BD-418B-86F9-DA794D727516}.Release|x86.ActiveCfg = Release|Win32
+ {736EDFAE-09BD-418B-86F9-DA794D727516}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal