Skip to content

Instantly share code, notes, and snippets.

@chelseamy
Created September 30, 2013 00:36
Show Gist options
  • Select an option

  • Save chelseamy/6757959 to your computer and use it in GitHub Desktop.

Select an option

Save chelseamy/6757959 to your computer and use it in GitHub Desktop.
Declare an array in C#
int[] numbers = new int[5];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment