5 lines
101 B
Text
5 lines
101 B
Text
Module GoodbyeWorld
|
|
Sub Main()
|
|
Messagebox.Show("Goodbye, World!")
|
|
End Sub
|
|
End Module
|