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