Imports System
Public Module Module1
Public Sub Main()
Console.WriteLine("Hello world")
Console.ReadLine()
End Sub
End Module