这是林永吉的算法题仓库
25개 이상의 토픽을 선택하실 수 없습니다. 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. }