mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 01:53:51 +07:00
7 lines
52 B
Plaintext
7 lines
52 B
Plaintext
int a;
|
|
if(true) {
|
|
a = 100;
|
|
} else {
|
|
a = 200;
|
|
}
|