Skip to content

Commit

Permalink
Added example in VB.Net
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrobben committed Oct 1, 2019
1 parent 7587fff commit 2d3e5ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/VB/HelloWorld.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Imports System

Module HelloWorld
Sub Main()
Console.WriteLine("Hello World")
Console.ReadKey()
End Sub
End Module

0 comments on commit 2d3e5ae

Please sign in to comment.