src/main.rs aktualisiert

forgot ";"
This commit is contained in:
robin 2024-04-06 22:36:49 +02:00
parent e6d5d5cde1
commit 83737c1d36

View file

@ -22,7 +22,7 @@ fn main(){
}
let _score = score += 1;
if score== 32{
win(32)
win(32);
}
}