diff options
Diffstat (limited to 'vsprojects/SelfTest/SelfTest.cpp')
-rw-r--r-- | vsprojects/SelfTest/SelfTest.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vsprojects/SelfTest/SelfTest.cpp b/vsprojects/SelfTest/SelfTest.cpp new file mode 100644 index 00000000..60a736c5 --- /dev/null +++ b/vsprojects/SelfTest/SelfTest.cpp @@ -0,0 +1,11 @@ +// SelfTest.cpp : Defines the entry point for the console application. +// + +#include "stdafx.h" + + +int _tmain(int argc, _TCHAR* argv[]) +{ + return 0; +} + |