mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-09 13:55:54 +00:00
5 lines
108 B
Rust
5 lines
108 B
Rust
fn main() {
|
|
let message = "world";
|
|
println!("Hello, {}", message/); //~ ERROR expected expression
|
|
}
|