Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 6, 2021 21:50
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/0afdc4e451425495fed4c273a5d3da9a to your computer and use it in GitHub Desktop.
Save parzibyte/0afdc4e451425495fed4c273a5d3da9a to your computer and use it in GitHub Desktop.
for (size_t i = 0; i < numeros.size(); i++)
{
int numeroActual = numeros[i];
cout << "Un número: " << numeroActual << endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment