initial check in
This commit is contained in:
16
testVC_ENV_CL/testVC_ENV_CL.cpp
Normal file
16
testVC_ENV_CL/testVC_ENV_CL.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
// testVC_ENV_CL.cpp : Defines the entry point for the console application.
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
|
||||
int _tmain(int argc, _TCHAR* argv[])
|
||||
{
|
||||
#ifdef VAHAGN
|
||||
puts("VAHAGN_EXPERIMENT");
|
||||
#else
|
||||
puts("kkkkkk");
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user