5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
#import "modules/std.sx";
|
|
|
|
main :: () -> s32 {
|
|
if false then 40 else 42;
|
|
} |