diff --git a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj
index 5b26dc0..4f2e7e4 100644
--- a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj
+++ b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj
@@ -28,7 +28,7 @@
-
+
@@ -91,6 +91,6 @@
-
+
\ No newline at end of file
diff --git a/README.md b/README.md
index f594cf8..982c5e2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Project 0
=========
-Project 0 : Get CUDA set up and running
+Get CUDA set up and running
## NOTE :
This project (and all other projects in this course) requires a NVIDIA graphics
diff --git a/ScreenShot.bmp b/ScreenShot.bmp
new file mode 100644
index 0000000..efbcf96
Binary files /dev/null and b/ScreenShot.bmp differ
diff --git a/src/main.cpp b/src/main.cpp
index 29d7821..aa44eca 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -10,7 +10,7 @@
//====================================
int main(int argc, char* argv[]){
// Change this line to use your name!
- m_yourName = "[YOUR NAME HERE]";
+ m_yourName = "Bo Zhang";
if(Init(argc, argv) == true){
#if _WIN32