Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created November 12, 2019 20:42
Show Gist options
  • Save ssaurel/b1030747953c473f0be7c32aaae63f67 to your computer and use it in GitHub Desktop.
Save ssaurel/b1030747953c473f0be7c32aaae63f67 to your computer and use it in GitHub Desktop.
Hello, World! in Visual Basic
Public Sub Main()
Debug.Print "Hello, World!"
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment