6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
|
pub fn main() -> u32 {
|
|
let b = 4;
|
|
let c = b + 4;
|
|
return c;
|
|
} |