Imports System
Public Module Module1
Public Sub Main()
Console.WriteLine("Hello my name is Mohammed Aljarrah")
End Sub
End Module