Browse Source

add test.cpp

ajie0112 9 months ago
parent
commit
088cb9d907
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test.cpp

+ 4 - 0
test.cpp

@@ -0,0 +1,4 @@
+int main(int argc, char** argv)
+{
+	return 0;
+}