7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
u8 a = 4;
|
|
u8 b = 1;
|
|
u8 c = 9;
|
|
u8 d = 5;
|
|
u8 e = 22;
|
|
u8 f = a + b + c + d + e;
|