Snippet tab lets you write some code in the lower TextArea as if you were in the Main of a class. Console output is redirected to the upper pane.
Console.WriteLine("Hello World!");
Hello World!