src/main.rs aktualisiert
forgot ";"
This commit is contained in:
parent
e6d5d5cde1
commit
83737c1d36
|
@ -22,7 +22,7 @@ fn main(){
|
||||||
}
|
}
|
||||||
let _score = score += 1;
|
let _score = score += 1;
|
||||||
if score== 32{
|
if score== 32{
|
||||||
win(32)
|
win(32);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue