Hello world without namespace
#include "stdafx.h" int main() { System::Console::WriteLine("Hello, World!"); }