Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ' Allow easy reference to the System namespace classes.
  2. Imports System
  3.  
  4. ' This module houses the application's entry point.
  5. Public Module modmain
  6. ' Main is the application's entry point.
  7. Sub Main()
  8. ' Write text to the console.
  9. Console.WriteLine ("Hello World using Visual Basic!")
  10. End Sub
  11. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement