4 lines
74 B
Rust
4 lines
74 B
Rust
|
|
|
|
fn main() { let x = @mutable 5; *x = 1000; log_full(core::debug, *x); }
|
|
|
|
|
fn main() { let x = @mutable 5; *x = 1000; log_full(core::debug, *x); }
|