This C# template lets you get started quickly with a simple one-page playground.
// { autofold
using System;
class Hello
{
static void Main()
{
// }
Console.WriteLine("Hello World!");
// { autofold
}
}
// }
If you want a more complex example (external libraries, viewers...), use the Advanced C# template