src/main.rs aktualisiert
This commit is contained in:
parent
a811cc8450
commit
8518f96429
|
@ -20,10 +20,8 @@ fn main(){
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
println!("Du hast überlebt");
|
println!("Du hast überlebt");
|
||||||
|
let _score = score += 1;
|
||||||
}
|
}
|
||||||
let _score = score += 1;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
println!("Du hast gewonnen");
|
println!("Du hast gewonnen");
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue