Imports System
Public Module Module1
Public Sub Main()
Console.WriteLine(" this is the first line ")
Console.WriteLine(" this is the second line ")
Console.WriteLine(" this is the third line ")
Console.WriteLine(" this is the fourth line ")
End Sub
End Module