这是林永吉的算法题仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
201 B

  1. #include "pch.h"
  2. #include "CppUnitTest.h"
  3. using namespace Microsoft::VisualStudio::CppUnitTestFramework;
  4. namespace test
  5. {
  6. TEST_CLASS(test)
  7. {
  8. public:
  9. TEST_METHOD(TestMethod1)
  10. {
  11. }
  12. };
  13. }