5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
const main = fn() s32 {
|
|
var a : s32 = 0;
|
|
return a;
|
|
}
|