Skip to content

Instantly share code, notes, and snippets.

@AnthonyDGreen
Created February 4, 2019 18:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save AnthonyDGreen/14d391f8a287f9aca124f86a70a3ee90 to your computer and use it in GitHub Desktop.
Module Program
Sub Main()
For i As Byte = 0 To 255
Console.WriteLine(i)
Next
End Sub
End Module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment