tangs преди 7 години
родител
ревизия
11309b8044
променени са 2 файла, в които са добавени 19 реда и са изтрити 0 реда
  1. 8 0
      .gitignore
  2. 11 0
      section3-3/section3-3/section33.cpp

+ 8 - 0
.gitignore

@@ -1 +1,9 @@
 */.idea/*
+*/.vs/*
+*/*.sln
+*/*/ReadMe.txt
+*/*/*.vcxproj.*
+*/*/*.vcxproj
+*/*/stdafx.cpp
+*/*/stdafx.h
+*/*/targetver.h

+ 11 - 0
section3-3/section3-3/section33.cpp

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