Created
May 4, 2023 09:58
-
-
Save jskeet/09baf08f19c1d71c39d61811d9c3a3a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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