9 lines
49 B
Plaintext
9 lines
49 B
Plaintext
u8 a;
|
|
|
|
loop {
|
|
a = 3;
|
|
|
|
u8 b = 1;
|
|
|
|
u8 c = 2;
|
|
} |