Richie Bendall d52b919c25
Rename visual basic scripts
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 16:34:14 +13:00

5 lines
85 B
VB.net

Module HelloWorld
Sub Main()
MsgBox("Hello World")
End Sub
End Module