Data Type VB.Net Tutorial

Public Class Tester
    Public Shared Sub Main
        Console.WriteLine("a" & vbNewLine & "b")
    End Sub
End Class
a
b