rust/tests/run-pass/format.rs
2017-05-30 14:02:20 -07:00

4 lines
44 B
Rust

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