2024-02-01 12:42:15 +01:00

8 lines
97 B
Plaintext

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