using namespace System; int main(array<System::String ^> ^args) { Console::Write(L"Hello World"); return 0; }