Compare commits
2 Commits
5de595864c
...
teste-jim
| Author | SHA1 | Date | |
|---|---|---|---|
| fd08173ed1 | |||
| 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