Skip to content

Commit

Permalink
Added VB.NET file HelloWorld.vb
Browse files Browse the repository at this point in the history
A simple visual basic module to display Hello World!
  • Loading branch information
mjperpinosa authored Oct 2, 2018
1 parent 0b864d9 commit 3cd98be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HelloWorld.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Module HelloWorld
Sub Main( )
System.Console.WriteLine("Hello world!")
End Sub
End Module

0 comments on commit 3cd98be

Please sign in to comment.