Advertisement
MatthewCollins

Hello World

Mar 26th, 2020
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.13 KB | None | 0 0
  1. Imports System
  2.  
  3. Module Program
  4.     Sub Main(args As String())
  5.         Console.WriteLine("Hello World!")
  6.     End Sub
  7. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement