6 lines
67 B
Rust
6 lines
67 B
Rust
fn main() {
|
|
let x: &static/str = "foo";
|
|
io::println(x);
|
|
}
|
|
|