Rename visual basic scripts

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall
2020-03-30 16:34:14 +13:00
parent 733d05332b
commit d52b919c25
3 changed files with 2 additions and 2 deletions

5
v/visual-basic.vb Normal file
View File

@@ -0,0 +1,5 @@
Module HelloWorld
Sub Main()
MsgBox("Hello World")
End Sub
End Module