rust/tests/run-pass/format.rs
2018-12-19 12:16:07 +01:00

4 lines
44 B
Rust

fn main() {
println!("Hello {}", 13);
}