Skip to content

Instantly share code, notes, and snippets.

@jskeet
Created May 4, 2023 09:58
Show Gist options
  • Save jskeet/09baf08f19c1d71c39d61811d9c3a3a8 to your computer and use it in GitHub Desktop.
Save jskeet/09baf08f19c1d71c39d61811d9c3a3a8 to your computer and use it in GitHub Desktop.
Imports System
Module Program
Sub Main(args As String())
Dim sName As String = "MyName"
Console.WriteLine(sName)
End Sub
End Module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment