Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 3, 2019 15:37
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 parzibyte/bcba06ea699287acc628c83d23fe763a to your computer and use it in GitHub Desktop.
Save parzibyte/bcba06ea699287acc628c83d23fe763a to your computer and use it in GitHub Desktop.
int arreglo[] = { 3, 4, 5, 6, 4, 3, 6, 7, 6, 5, 9, 1 };
int arregloSinRepetidos[] = new int[arreglo.length];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment