6 lines
49 B
Plaintext
6 lines
49 B
Plaintext
fn main() s32
|
|
{
|
|
>a: u32 = 0;
|
|
return a;
|
|
}
|