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 thefourth line")
End Sub
End Module