8 lines
92 B
Text
8 lines
92 B
Text
|
void main () {
|
||
|
if (1 && 3 < 4) {
|
||
|
puti(1);
|
||
|
} else {
|
||
|
puti(0);
|
||
|
}
|
||
|
}
|