3 lines
No EOL
49 B
Rust
3 lines
No EOL
49 B
Rust
|
|
|
|
fn main() { let @int x = @10; let int y = *x; } |