- // This is the main project file for VC++ application project
- // generated using an Application Wizard.
- #include "stdafx.h"
- #using <mscorlib.dll>
- #include <tchar.h>
- using namespace System;
- // This is the entry point for this application
- int _tmain(void)
- {
- // TODO: Please replace the sample code below with your own.
- Console::WriteLine(S"Hello World");
- return 0;
- }