Enabling VB in the CLI.
Fixing the permissions for RunVbc.sh.
This commit is contained in:
parent
6453cb4e15
commit
38fc8875f2
10 changed files with 145 additions and 15 deletions
7
TestAssets/TestProjects/VBTestApp/Program.vb
Normal file
7
TestAssets/TestProjects/VBTestApp/Program.vb
Normal file
|
@ -0,0 +1,7 @@
|
|||
Imports System
|
||||
|
||||
Module Program
|
||||
Sub Main(args As String())
|
||||
Console.WriteLine("Hello World!")
|
||||
End Sub
|
||||
End Module
|
Loading…
Add table
Add a link
Reference in a new issue