3 lines
54 B
Rust
3 lines
54 B
Rust
|
|
|
|
fn main() { let x = @mutable 5; *x = 1000; log *x; } |
|
|
|
|
fn main() { let x = @mutable 5; *x = 1000; log *x; } |