catch2/projects/VS2010/TestCatch/TestCatch/TestCatch.cpp

9 lines
133 B
C++
Raw Normal View History

2012-05-24 00:55:14 +02:00
// TestCatch.cpp : Defines the entry point for the console application.
//
int main(int argc, char* argv[])
{
return 0;
}