moved vbnet.vb to the right folder

This commit is contained in:
Amorilia
2009-07-28 04:30:11 +08:00
committed by Mike Donaghy
parent 7ea6a533bb
commit 82413ba746

5
v/vbnet.vb Normal file
View File

@@ -0,0 +1,5 @@
Module HelloWorld
Sub Main()
System.Console.WriteLine("Hello World")
End Sub
End Module