Rem Первая программа на VB.Net
Imports System
Public Module modmain
Sub Main()
Console.WriteLine(“VB Hello, World!”)
End Sub
End Module