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.

9 line
183B

  1. #include <Windows.h>
  2. #include <cstdint>
  3. #include "../test_cases/test_cases.h"
  4. #pragma comment(lib, "..\\x64\\debug\\test_cases.lib")
  5. int main(int argc, char** argv) {
  6. SelfTest();
  7. }