Last active
May 14, 2017 14:08
-
-
Save andreybleme/be9f5ce0a5ced31ec1b8be9ed3304bf9 to your computer and use it in GitHub Desktop.
andreybleme.com | Avaliando desenvolvedores: a falácia das métricas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (numeroDoProduto = 1; numeroDoProduto <= 5; numeroDoProduto++) { | |
exibirProduto(numeroDoProduto); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment