mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-30 20:43:53 +00:00
9 lines
125 B
C++
9 lines
125 B
C++
// TestCatch.cpp : Defines the entry point for the console application.
|
|
//
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
return 0;
|
|
}
|
|
|