2024-01-29 00:38:21 +01:00

8 lines
97 B
Plaintext

const main = fn() s32 {
if (true) {
return 0;
} else {
return 1;
}
}