summaryrefslogtreecommitdiff
path: root/spec/fixtures/dotnet/nuget-vbproj/Program.vb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/dotnet/nuget-vbproj/Program.vb')
-rw-r--r--spec/fixtures/dotnet/nuget-vbproj/Program.vb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/fixtures/dotnet/nuget-vbproj/Program.vb b/spec/fixtures/dotnet/nuget-vbproj/Program.vb
new file mode 100644
index 0000000..46283ca
--- /dev/null
+++ b/spec/fixtures/dotnet/nuget-vbproj/Program.vb
@@ -0,0 +1,7 @@
+Imports System
+
+Module Program
+ Sub Main(args As String())
+ Console.WriteLine("Hello World!")
+ End Sub
+End Module