Language Basics VB.Net Tutorial

Module HelloWorld
   Sub Main( )
     System.Console.WriteLine("Hello world!")
   End Sub
End Module
Hello world!