SelfTest.cpp 150 B

1234567891011
  1. // SelfTest.cpp : Defines the entry point for the console application.
  2. //
  3. #include "stdafx.h"
  4. int _tmain(int argc, _TCHAR* argv[])
  5. {
  6. return 0;
  7. }