Guest User

Untitled

a guest
Oct 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Module Module1
  2.  
  3. Sub Main(args As String())
  4. Console.WriteLine("Hello World!")
  5. Console.ReadKey(True)
  6. End Sub
  7.  
  8. End Module
Add Comment
Please, Sign In to add comment