4 lines
66 B
Text
4 lines
66 B
Text
|
|
Public Sub hello_world_gui()
|
||
|
|
MsgBox "Goodbye, World!"
|
||
|
|
End Sub
|