Imports System
Public Module Module1
Public Sub Main()
Console.Write("hello my teacher")
End Sub
End Module