2 lines
49 B
Java
Vendored
2 lines
49 B
Java
Vendored
//statement
|
|
while (a > b) {int i = 1; i = i + 1;} |