Sub HelloWorld()
    
' Programm gibt Hello World in einem Fenster aus
    ' Dateiname: HelloWorld
    MsgBox ("Hello World!")
End Sub