Getting started:
*
Hello World in C# CLI
using namespace System;
int main(array<String^>^ args)
{
Console::WriteLine("Hello World");
}