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 thierd line")
Console.WriteLine("thi is the forth line")
End Sub
End Module