8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
const main = fn() s32 {
|
|
if (true) {
|
|
return 0;
|
|
} else {
|
|
return 1;
|
|
}
|
|
}
|