Skip to content

Instantly share code, notes, and snippets.

@oldpatricka
Created February 9, 2017 05:17
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 oldpatricka/07f47d01dd0f86e5eeacc58412c6bf99 to your computer and use it in GitHub Desktop.
Save oldpatricka/07f47d01dd0f86e5eeacc58412c6bf99 to your computer and use it in GitHub Desktop.
int[] myarray = {1, 1, 2, 3, 5, 8};
int myarraylen = 6;
for (int i = 0; i<myarraylen; i++) {
puts(myarray[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment