Added Visual Basic

This commit is contained in:
Martin Hger
2008-09-08 06:15:35 +08:00
committed by Mike Donaghy
parent 9a2c18f16d
commit a64398ecb4

5
v/visualbasic.vb Executable file
View File

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