Skip to content

Instantly share code, notes, and snippets.

@kilip
Created October 11, 2012 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kilip/3873265 to your computer and use it in GitHub Desktop.
Save kilip/3873265 to your computer and use it in GitHub Desktop.
Visual Basic Hello World
Sub Main()
MessageBox("Hello World")
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment