Compare commits
8 Commits
master
...
3bd912345c
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bd912345c | |||
| fd08173ed1 | |||
| b026cab53a | |||
| eb233b499d | |||
| 6f3c186b36 | |||
| 4cf64a0479 | |||
| 5de595864c | |||
| 722d9a5fe1 |
@@ -16,6 +16,7 @@ func main() {
|
||||
fmt.Println("Bem-vindo ao jogo de adivinhação!")
|
||||
fmt.Printf("Você tem %d tentativas para adivinhar o número entre 1 e 10.\n", TENTATIVAS)
|
||||
|
||||
// inicializando variável de tentativa
|
||||
tentativa := 0
|
||||
|
||||
for tentativa < TENTATIVAS {
|
||||
@@ -44,4 +45,5 @@ func main() {
|
||||
|
||||
tentativa++
|
||||
}
|
||||
// comentario do Davi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user