Skip to content

Instantly share code, notes, and snippets.

@chrissie1
Created December 18, 2014 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrissie1/4c1e231772c9529c9a07 to your computer and use it in GitHub Desktop.
Save chrissie1/4c1e231772c9529c9a07 to your computer and use it in GitHub Desktop.
Hello world
Imports System
Public Module modmain
Sub Main()
Console.WriteLine ("Hello World using Visual Basic!")
End Sub
End Module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment