This VB.NET template lets you get started quickly with a simple one-page playground.
Imports System
Public Module modmain
Sub Main()
Console.WriteLine ("Hello World!")
End Sub
End Module
If you want a more complex example (external libraries, viewers...), see the official documentation.