mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
8 lines
74 B
C++
8 lines
74 B
C++
#include "stdafx.h"
|
|
|
|
int _tmain(int argc, _TCHAR* argv[])
|
|
{
|
|
return 0;
|
|
}
|
|
|