Skip to content

Instantly share code, notes, and snippets.

@martinomburajr
Created December 7, 2017 11:47
Show Gist options
  • Select an option

  • Save martinomburajr/85161ade084071d889db7aa346adaf17 to your computer and use it in GitHub Desktop.

Select an option

Save martinomburajr/85161ade084071d889db7aa346adaf17 to your computer and use it in GitHub Desktop.
Visual Basic Programming Language - Main Method
Sub Main()
Debug.Print "Hello World!"
MsgBox "Arguments if any are: " & Command$
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment