5 lines
52 B
Text
5 lines
52 B
Text
|
fn main() -> int {
|
||
|
let x: int = 42;
|
||
|
return x;
|
||
|
}
|