Skip to content

Instantly share code, notes, and snippets.

@odalet
Created May 19, 2009 22:12
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 odalet/114468 to your computer and use it in GitHub Desktop.
Save odalet/114468 to your computer and use it in GitHub Desktop.
Module HelloWorld
Sub Main()
System.Console.WriteLine("Hello World")
End Sub
End Module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment