4 lines
32 B
Plaintext
4 lines
32 B
Plaintext
|
test{
|
||
|
int x = 4;
|
||
|
x = true;
|
||
|
}
|