7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
[export] main = fn [cc(c)] () s32
|
|
{
|
|
>a: s32 = 1;
|
|
>b: s32 = 1;
|
|
return a - b;
|
|
}
|