Skip to content

Instantly share code, notes, and snippets.

@lrlucena
Created April 20, 2017 19:14
Show Gist options
  • Save lrlucena/53c46f8015eb68de50498a7209f7d541 to your computer and use it in GitHub Desktop.
Save lrlucena/53c46f8015eb68de50498a7209f7d541 to your computer and use it in GitHub Desktop.
x := 5;
exiba "Qual a senha?";
y := Leia;
enquanto nao(x = y) {
exiba "Qual a senha?";
y := Leia;
};
exiba "Acertou"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment