Files
hello-world/v/visualbasic.vb
Muhammed Ibrahim a8bd11ef8f adding ring language
2018-01-26 16:44:09 +02:00

5 lines
86 B
VB.net

Module HelloWorld
Sub Main()
MsgBox("Hello world!")
End Sub
End Module