Files
test/test_lib/test_lib.cpp
2012-12-06 21:43:03 +04:00

12 lines
150 B
C++

// test_lib.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}