Skip to content

Instantly share code, notes, and snippets.

@manuel-gonzalez-1988
Created February 4, 2024 01:57
Show Gist options
  • Save manuel-gonzalez-1988/0f4674a5b54387f219d6ede092b7c1b9 to your computer and use it in GitHub Desktop.
Save manuel-gonzalez-1988/0f4674a5b54387f219d6ede092b7c1b9 to your computer and use it in GitHub Desktop.
while1
while (condición) {
// código a ejecutar mientras la condición sea verdadera
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment