Skip to content

Instantly share code, notes, and snippets.

@L42y
Forked from kilip/Blog.HelloWorld.VisualBasic.vb
Created October 11, 2012 15:39
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 L42y/3873274 to your computer and use it in GitHub Desktop.
Save L42y/3873274 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