5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
if (false) {
|
|
return 0;
|
|
} else {
|
|
return 1;
|
|
} |