rust/tests/run-pass-fullmir/format.rs

4 lines
44 B
Rust
Raw Normal View History

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