rust/tests/run-pass/format.rs

4 lines
44 B
Rust
Raw Normal View History

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