RosettaCodeData/Task/Hello-world-Graphical/Visual-Basic-.NET/hello-world-graphical.vb

8 lines
131 B
VB.net
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Imports System.Windows.Forms
Module GoodbyeWorld
Sub Main()
Messagebox.Show("Goodbye, World!")
End Sub
End Module