Skip to content

Instantly share code, notes, and snippets.

@AnthonyDGreen
Created February 10, 2019 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnthonyDGreen/ced3bc3dd707dc46028a26038fdede52 to your computer and use it in GitHub Desktop.
Save AnthonyDGreen/ced3bc3dd707dc46028a26038fdede52 to your computer and use it in GitHub Desktop.
Module Program
Sub Main()
Dim s As String = Nothing
If s = "" Then
Console.WriteLine("Empty")
End If
End Sub
End Module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment