Skip to content

Instantly share code, notes, and snippets.

@nedzadarek
Created April 17, 2013 23:50
Show Gist options
  • Save nedzadarek/5408714 to your computer and use it in GitHub Desktop.
Save nedzadarek/5408714 to your computer and use it in GitHub Desktop.
for(int i = 0; i<rozmiar_listy; i += 2)
{
tab[i] = tab[i]+3;
tab[i+1] = tab[i+1]+3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment