@@ -1 +1,9 @@
*/.idea/*
+*/.vs/*
+*/*.sln
+*/*/ReadMe.txt
+*/*/*.vcxproj.*
+*/*/*.vcxproj
+*/*/stdafx.cpp
+*/*/stdafx.h
+*/*/targetver.h
@@ -0,0 +1,11 @@
+// section33.cpp: 定义控制台应用程序的入口点。
+//
+
+#include "stdafx.h"
+int main()
+{
+ return 0;
+}