mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-09 23:59:54 +01:00
9 lines
133 B
C++
9 lines
133 B
C++
|
// TestCatch.cpp : Defines the entry point for the console application.
|
||
|
//
|
||
|
|
||
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|