Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 412 Bytes

statement.md

File metadata and controls

17 lines (12 loc) · 412 Bytes

Welcome!

This VB.NET template lets you get started quickly with a simple one-page playground.

Imports System

Public Module modmain
   Sub Main()
     Console.WriteLine ("Hello World!")
   End Sub
End Module

Advanced usage

If you want a more complex example (external libraries, viewers...), see the official documentation.