mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
8 lines
74 B
C++
8 lines
74 B
C++
#include "stdafx.h"
|
|
|
|
int _tmain(int argc, _TCHAR* argv[])
|
|
{
|
|
return 0;
|
|
}
|
|
|