Skip to content

Instantly share code, notes, and snippets.

@skooltch84
Last active September 24, 2016 17:07
Show Gist options
  • Save skooltch84/974a1d629908aa5a193255133d0a079c to your computer and use it in GitHub Desktop.
Save skooltch84/974a1d629908aa5a193255133d0a079c to your computer and use it in GitHub Desktop.
My First bit of C# Code
//This is a comment.
//This class is about mammals.
class Mammals
{
static void Main()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment