RosettaCodeData/Task/Hello-world-Graphical/Visual-Basic-.NET/hello-world-graphical.visual
2018-06-22 20:57:24 +00:00

7 lines
131 B
Text

Imports System.Windows.Forms
Module GoodbyeWorld
Sub Main()
Messagebox.Show("Goodbye, World!")
End Sub
End Module