Data Type VB.Net Tutorial

Option Strict On
Public Module modMain
   Public Sub Main()
       Console.WriteLine(String.Empty)
   End Sub
End Module