Snippet

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.

Example

Console.WriteLine("Hello World!");

Output

Hello World!