6 lines
52 B
Plaintext
6 lines
52 B
Plaintext
test{
|
|
int x = 3;
|
|
while x {
|
|
int x = 3;
|
|
}
|
|
} |