Skip to content

Instantly share code, notes, and snippets.

@JustDravee
Created October 24, 2019 04:03
Show Gist options
  • Save JustDravee/944e3093e544f0ec5f4d329a3724b5f9 to your computer and use it in GitHub Desktop.
Save JustDravee/944e3093e544f0ec5f4d329a3724b5f9 to your computer and use it in GitHub Desktop.
for (int indiceGauche = 0, indiceDroit = sAlpha.length - 1; indiceGauche < indiceDroit; indiceGauche++, indiceDroit--) {
// Logique magique
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment