diff --git a/source/Ch0-Lab4/.vs/Ch0-Lab4/v16/.suo b/source/Ch0-Lab4/.vs/Ch0-Lab4/v16/.suo
new file mode 100644
index 0000000..b9a952d
Binary files /dev/null and b/source/Ch0-Lab4/.vs/Ch0-Lab4/v16/.suo differ
diff --git a/source/Ch0-Lab4/.vs/Ch0-Lab4/v16/Browse.VC.db b/source/Ch0-Lab4/.vs/Ch0-Lab4/v16/Browse.VC.db
new file mode 100644
index 0000000..84f8ce3
Binary files /dev/null and b/source/Ch0-Lab4/.vs/Ch0-Lab4/v16/Browse.VC.db differ
diff --git a/source/Ch0-Lab4/.vs/Ch0-Lab4/v16/ipch/AutoPCH/8920403b46ac7e66/MAIN.ipch b/source/Ch0-Lab4/.vs/Ch0-Lab4/v16/ipch/AutoPCH/8920403b46ac7e66/MAIN.ipch
new file mode 100644
index 0000000..02b80eb
Binary files /dev/null and b/source/Ch0-Lab4/.vs/Ch0-Lab4/v16/ipch/AutoPCH/8920403b46ac7e66/MAIN.ipch differ
diff --git a/source/Ch0-Lab4/Ch0-Lab4.sln b/source/Ch0-Lab4/Ch0-Lab4.sln
new file mode 100644
index 0000000..53a92fd
--- /dev/null
+++ b/source/Ch0-Lab4/Ch0-Lab4.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29306.81
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ch0-Lab4", "Ch0-Lab4\Ch0-Lab4.vcxproj", "{D3D7B0E4-B52D-4E5C-B938-41837C72151D}"
+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
+ {D3D7B0E4-B52D-4E5C-B938-41837C72151D}.Debug|x64.ActiveCfg = Debug|x64
+ {D3D7B0E4-B52D-4E5C-B938-41837C72151D}.Debug|x64.Build.0 = Debug|x64
+ {D3D7B0E4-B52D-4E5C-B938-41837C72151D}.Debug|x86.ActiveCfg = Debug|Win32
+ {D3D7B0E4-B52D-4E5C-B938-41837C72151D}.Debug|x86.Build.0 = Debug|Win32
+ {D3D7B0E4-B52D-4E5C-B938-41837C72151D}.Release|x64.ActiveCfg = Release|x64
+ {D3D7B0E4-B52D-4E5C-B938-41837C72151D}.Release|x64.Build.0 = Release|x64
+ {D3D7B0E4-B52D-4E5C-B938-41837C72151D}.Release|x86.ActiveCfg = Release|Win32
+ {D3D7B0E4-B52D-4E5C-B938-41837C72151D}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {DEE7AE3B-336D-4FB9-9076-290B6E6AE775}
+ EndGlobalSection
+EndGlobal
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj b/source/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj
new file mode 100644
index 0000000..b1b2ffa
--- /dev/null
+++ b/source/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj
@@ -0,0 +1,131 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 16.0
+ {D3D7B0E4-B52D-4E5C-B938-41837C72151D}
+ Ch0Lab4
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.filters b/source/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.filters
new file mode 100644
index 0000000..28407d1
--- /dev/null
+++ b/source/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.filters
@@ -0,0 +1,18 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;hm;inl;inc;ipp;xsd
+
+
+
+
+ source
+
+
+
\ No newline at end of file
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.user b/source/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.user
new file mode 100644
index 0000000..88a5509
--- /dev/null
+++ b/source/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.user
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.log b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.log
new file mode 100644
index 0000000..676d134
--- /dev/null
+++ b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.log
@@ -0,0 +1,2 @@
+ main.c
+ Ch0-Lab4.vcxproj -> C:\Users\msi\Desktop\106-Ch0-Lab4\source\Ch0-Lab4\Debug\Ch0-Lab4.exe
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/CL.command.1.tlog b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/CL.command.1.tlog
new file mode 100644
index 0000000..7555987
Binary files /dev/null and b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/CL.command.1.tlog differ
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/CL.read.1.tlog b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/CL.read.1.tlog
new file mode 100644
index 0000000..73a051b
Binary files /dev/null and b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/CL.read.1.tlog differ
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/CL.write.1.tlog b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/CL.write.1.tlog
new file mode 100644
index 0000000..1ed8cb7
Binary files /dev/null and b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/CL.write.1.tlog differ
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/Ch0-Lab4.lastbuildstate b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/Ch0-Lab4.lastbuildstate
new file mode 100644
index 0000000..500bb2c
--- /dev/null
+++ b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/Ch0-Lab4.lastbuildstate
@@ -0,0 +1,2 @@
+#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0
+Debug|Win32|C:\Users\msi\Desktop\106-Ch0-Lab4\source\Ch0-Lab4\|
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/link.command.1.tlog b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/link.command.1.tlog
new file mode 100644
index 0000000..b4dd534
Binary files /dev/null and b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/link.command.1.tlog differ
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/link.read.1.tlog b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/link.read.1.tlog
new file mode 100644
index 0000000..9170cf5
Binary files /dev/null and b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/link.read.1.tlog differ
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/link.write.1.tlog b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/link.write.1.tlog
new file mode 100644
index 0000000..64f1e10
Binary files /dev/null and b/source/Ch0-Lab4/Ch0-Lab4/Debug/Ch0-Lab4.tlog/link.write.1.tlog differ
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/main.obj b/source/Ch0-Lab4/Ch0-Lab4/Debug/main.obj
new file mode 100644
index 0000000..17ac75b
Binary files /dev/null and b/source/Ch0-Lab4/Ch0-Lab4/Debug/main.obj differ
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/vc142.idb b/source/Ch0-Lab4/Ch0-Lab4/Debug/vc142.idb
new file mode 100644
index 0000000..e50a61d
Binary files /dev/null and b/source/Ch0-Lab4/Ch0-Lab4/Debug/vc142.idb differ
diff --git a/source/Ch0-Lab4/Ch0-Lab4/Debug/vc142.pdb b/source/Ch0-Lab4/Ch0-Lab4/Debug/vc142.pdb
new file mode 100644
index 0000000..2676c39
Binary files /dev/null and b/source/Ch0-Lab4/Ch0-Lab4/Debug/vc142.pdb differ
diff --git a/source/Ch0-Lab4/Debug/Ch0-Lab4.exe b/source/Ch0-Lab4/Debug/Ch0-Lab4.exe
new file mode 100644
index 0000000..7c71922
Binary files /dev/null and b/source/Ch0-Lab4/Debug/Ch0-Lab4.exe differ
diff --git a/source/Ch0-Lab4/Debug/Ch0-Lab4.ilk b/source/Ch0-Lab4/Debug/Ch0-Lab4.ilk
new file mode 100644
index 0000000..f7de474
Binary files /dev/null and b/source/Ch0-Lab4/Debug/Ch0-Lab4.ilk differ
diff --git a/source/Ch0-Lab4/Debug/Ch0-Lab4.pdb b/source/Ch0-Lab4/Debug/Ch0-Lab4.pdb
new file mode 100644
index 0000000..58f66f7
Binary files /dev/null and b/source/Ch0-Lab4/Debug/Ch0-Lab4.pdb differ
diff --git a/source/main.c b/source/main.c
index bcf1e4f..46c272a 100644
--- a/source/main.c
+++ b/source/main.c
@@ -2,7 +2,7 @@
#include
int main(void) {
-
+ printf("This is Ch0-Lab4, my name is David\n");
system("pause");
return 0;
}